Html Css Color HEX #024FB8 Cobalt

📋 copy color: '#024FB8'

red 2 ◦ green 79 ◦ blue 184

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

Shades of Cobalt #024FB8

Tints of Cobalt #024FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 69.43%

R = 0.75%
G = 29.81%
B = 69.43%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#024FB8 (or 0x024FB8) is known color: Cobalt. HEX triplet: 02, 4F and B8. RGB value is (2,79,184). Sum of RGB (Red+Green+Blue) = 2+79+184=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 184 (72.27% from 255 or 69.43% from 265); Max value from RGB is 184 - color contains mainly: blue. Hex color #024FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FB8 is #FDB047. Grayscale: #434343. Windows color (decimal): -16625736 or 12078850. OLE color: 12078850.

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

Color convert

RGB 2 79 184 -
CMYK 0.99 0.57 0 0.28
HSL 214.62º 0.98% 0.36% -
HSV(B) 214.62º 0.99% 0.72% -
XYZ 11.47 9.07 46.49 -
YUV 67.95 193.49 80.96 -
System Red Green Blue C M Y K H S L
Decimal 2 79 184 0.99 0.57 0 0.28 214.62 0.98 0.36
Hex 2 4F B8 63 39 0 1C D7 62 24
Octal 2 117 270 143 71 0 34 327 142 44
Binary 10 1001111 10111000 1100011 111001 0 11100 11010111 1100010 100100

Color Harmonies of #024FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FB8

Black with #024FB8

Text Example


Text Example

White with #024FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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