Html Css Color HEX #024CA8 Cobalt

📋 copy color: '#024CA8'

red 2 ◦ green 76 ◦ blue 168

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

Shades of Cobalt #024CA8

Tints of Cobalt #024CA8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

 BLUE value IS 168 (66.02% from 255) = 68.29%

R = 0.81%
G = 30.89%
B = 68.29%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#024CA8 (or 0x024CA8) is known color: Cobalt. HEX triplet: 02, 4C and A8. RGB value is (2,76,168). Sum of RGB (Red+Green+Blue) = 2+76+168=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 168 (66.02% from 255 or 68.29% from 246); Max value from RGB is 168 - color contains mainly: blue. Hex color #024CA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024CA8 is #FDB357. Grayscale: #3F3F3F. Windows color (decimal): -16626520 or 11029506. OLE color: 11029506.

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

Color convert

RGB 2 76 168 -
CMYK 0.99 0.55 0 0.34
HSL 213.25º 0.98% 0.33% -
HSV(B) 213.25º 0.99% 0.66% -
XYZ 9.68 8.01 38.08 -
YUV 64.36 186.48 83.52 -
System Red Green Blue C M Y K H S L
Decimal 2 76 168 0.99 0.55 0 0.34 213.25 0.98 0.33
Hex 2 4C A8 63 37 0 22 D5 62 21
Octal 2 114 250 143 67 0 42 325 142 41
Binary 10 1001100 10101000 1100011 110111 0 100010 11010101 1100010 100001

Color Harmonies of #024CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CA8

Black with #024CA8

Text Example


Text Example

White with #024CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,76,168); }

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

background-color css

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

 a { background-color: rgb(2,76,168); }

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

border-color css

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

 span { border-color: rgb(2,76,168); }

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