Html Css Color HEX #024EA2 Cobalt

📋 copy color: '#024EA2'

red 2 ◦ green 78 ◦ blue 162

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

Shades of Cobalt #024EA2

Tints of Cobalt #024EA2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.23%

 BLUE value IS 162 (63.67% from 255) = 66.94%

R = 0.83%
G = 32.23%
B = 66.94%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#024EA2 (or 0x024EA2) is known color: Cobalt. HEX triplet: 02, 4E and A2. RGB value is (2,78,162). Sum of RGB (Red+Green+Blue) = 2+78+162=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 162 (63.67% from 255 or 66.94% from 242); Max value from RGB is 162 - color contains mainly: blue. Hex color #024EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024EA2 is #FDB15D. Grayscale: #404040. Windows color (decimal): -16626014 or 10636802. OLE color: 10636802.

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

Color convert

RGB 2 78 162 -
CMYK 0.99 0.52 0 0.36
HSL 211.5º 0.98% 0.32% -
HSV(B) 211.5º 0.99% 0.64% -
XYZ 9.27 8.07 35.25 -
YUV 64.85 182.82 83.17 -
System Red Green Blue C M Y K H S L
Decimal 2 78 162 0.99 0.52 0 0.36 211.5 0.98 0.32
Hex 2 4E A2 63 34 0 24 D4 62 20
Octal 2 116 242 143 64 0 44 324 142 40
Binary 10 1001110 10100010 1100011 110100 0 100100 11010100 1100010 100000

Color Harmonies of #024EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EA2

Black with #024EA2

Text Example


Text Example

White with #024EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,78,162); }

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

background-color css

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

 a { background-color: rgb(2,78,162); }

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

border-color css

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

 span { border-color: rgb(2,78,162); }

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