Html Css Color HEX #024FB6 Cobalt

📋 copy color: '#024FB6'

red 2 ◦ green 79 ◦ blue 182

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

Shades of Cobalt #024FB6

Tints of Cobalt #024FB6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.04%

 BLUE value IS 182 (71.48% from 255) = 69.2%

R = 0.76%
G = 30.04%
B = 69.2%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#024FB6 (or 0x024FB6) is known color: Cobalt. HEX triplet: 02, 4F and B6. RGB value is (2,79,182). Sum of RGB (Red+Green+Blue) = 2+79+182=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 182 (71.48% from 255 or 69.20% from 263); Max value from RGB is 182 - color contains mainly: blue. Hex color #024FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FB6 is #FDB049. Grayscale: #434343. Windows color (decimal): -16625738 or 11947778. OLE color: 11947778.

HSL color Cylindrical-coordinate representation of color #024FB6: hue angle of 214.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FB6 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 79 182 -
CMYK 0.99 0.57 0 0.29
HSL 214.33º 0.98% 0.36% -
HSV(B) 214.33º 0.99% 0.71% -
XYZ 11.26 8.98 45.4 -
YUV 67.72 192.49 81.12 -
System Red Green Blue C M Y K H S L
Decimal 2 79 182 0.99 0.57 0 0.29 214.33 0.98 0.36
Hex 2 4F B6 63 39 0 1D D6 62 24
Octal 2 117 266 143 71 0 35 326 142 44
Binary 10 1001111 10110110 1100011 111001 0 11101 11010110 1100010 100100

Color Harmonies of #024FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FB6

Black with #024FB6

Text Example


Text Example

White with #024FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,79,182); }

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

background-color css

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

 a { background-color: rgb(2,79,182); }

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

border-color css

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

 span { border-color: rgb(2,79,182); }

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