Html Css Color HEX #024DAB Cobalt

📋 copy color: '#024DAB'

red 2 ◦ green 77 ◦ blue 171

#024DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #024DAB

Tints of Cobalt #024DAB

RGB

 RED value IS 2 (1.17% from 255) = 0.8%

 GREEN value IS 77 (30.47% from 255) = 30.8%

 BLUE value IS 171 (67.19% from 255) = 68.4%

R = 0.8%
G = 30.8%
B = 68.4%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#024DAB (or 0x024DAB) is known color: Cobalt. HEX triplet: 02, 4D and AB. RGB value is (2,77,171). Sum of RGB (Red+Green+Blue) = 2+77+171=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #024DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024DAB is #FDB254. Grayscale: #404040. Windows color (decimal): -16626261 or 11226370. OLE color: 11226370.

HSL color Cylindrical-coordinate representation of color #024DAB: hue angle of 213.37º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DAB is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 77 171 -
CMYK 0.99 0.55 0 0.33
HSL 213.37º 0.98% 0.34% -
HSV(B) 213.37º 0.99% 0.67% -
XYZ 10.03 8.26 39.59 -
YUV 65.29 187.65 82.86 -
System Red Green Blue C M Y K H S L
Decimal 2 77 171 0.99 0.55 0 0.33 213.37 0.98 0.34
Hex 2 4D AB 63 37 0 21 D5 62 22
Octal 2 115 253 143 67 0 41 325 142 42
Binary 10 1001101 10101011 1100011 110111 0 100001 11010101 1100010 100010

Color Harmonies of #024DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DAB

Black with #024DAB

Text Example


Text Example

White with #024DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024DAB; }

 p { color: rgb(2,77,171); }

 H1.HeaderClassName
 {
   color: #024DAB;
 }
 .AnyTagClassName
 {
   color: #024DAB;
 }
</style>

background-color css

<style>
 a { background-color: #024DAB; }

 a { background-color: rgb(2,77,171); }

 div.DivClassName
 {
   background-color: #024DAB;
 }
 .BgClassName
 {
   background-color: #024DAB;
 }
</style>

border-color css

<style>
 span { border-color: #024DAB; }

 span { border-color: rgb(2,77,171); }

 td.TdClassName
 {
   border-color: #024DAB;
 }
 .TagClassName
 {
   border-color: #024DAB;
 }
</style>