Color Hex Logo

#030dbc Color Hex

#030DBC
(3,13,188)
0 Favorites   0 Comments

Color spaces of #030dbc

RGB 313188
HSL0.660.970.37
HSV237°98°74°
CMYK 0.980.930.00   0.26
XYZ9.25863.938047.8491
Yxy3.93800.15170.0645
Hunter Lab19.844448.5533-129.0699
CIE-Lab23.465459.9494-84.0114

#030dbc color RGB value is (3,13,188).

#030dbc hex color red value is 3, green value is 13 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #030dbc hue: 0.66 , saturation: 0.97 and the lightness value of 030dbc is 0.37.

The process color (four color CMYK) of #030dbc color hex is 0.98, 0.93, 0.00, 0.26. Web safe color of #030dbc is #0000cc. Color #030dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00001101 10111100
Octal 3 15 274
Decimal 3 13 188
Hex 3 D BC

RGB Percentages of Color #030dbc

%1.47
%6.37
%92.16

CMYK Percentages of Color #030dbc

%98
%93
%0
%26

Triadic Colors of #030dbc

#030dbc #bc030d #0dbc03

Analogous Colors of #030dbc

#030dbc #5503bc #036abc

Monochromatic Colors of #030dbc

#030dbc

Complementary Color

#030dbc #bcb203

#030dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#030dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#030dbc Color CSS Codes

.mybgcolor {background-color:#030dbc; } 
.myforecolor {color:#030dbc; }
.mybordercolor {border:3px solid #030dbc; }

#030dbc Text Font Color

<p style="color:#030dbc">Text here</p>

This sample text font color is #030dbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#030dbc Background Color

<div style="background-color:#030dbc">
Div content here</div>

This div background color is #030dbc


#030dbc Border Color

<div style="border:3px solid #030dbc">
Div here</div>

This div border color is #030dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,13,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #030dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #030dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #030dbc;
  box-shadow:         1px 1px 3px 2px #030dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,13,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #030dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #030dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #030dbc;
  box-shadow:         1px 1px 3px 2px #030dbc;">
Div content here</div>

This div box has shadow with color #030dbc


Comments

No comments written yet.

Please login to write comment.