Html Css Color HEX #024EB2 Cobalt

📋 copy color: '#024EB2'

red 2 ◦ green 78 ◦ blue 178

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

Shades of Cobalt #024EB2

Tints of Cobalt #024EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 68.99%

R = 0.78%
G = 30.23%
B = 68.99%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#024EB2 (or 0x024EB2) is known color: Cobalt. HEX triplet: 02, 4E and B2. RGB value is (2,78,178). Sum of RGB (Red+Green+Blue) = 2+78+178=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 178 (69.92% from 255 or 68.99% from 258); Max value from RGB is 178 - color contains mainly: blue. Hex color #024EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024EB2 is #FDB14D. Grayscale: #424242. Windows color (decimal): -16625998 or 11685378. OLE color: 11685378.

HSL color Cylindrical-coordinate representation of color #024EB2: hue angle of 214.09º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EB2 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 2 78 178 -
CMYK 0.99 0.56 0 0.30
HSL 214.09º 0.98% 0.35% -
HSV(B) 214.09º 0.99% 0.7% -
XYZ 10.79 8.68 43.23 -
YUV 66.68 190.82 81.87 -
System Red Green Blue C M Y K H S L
Decimal 2 78 178 0.99 0.56 0 0.30 214.09 0.98 0.35
Hex 2 4E B2 63 38 0 1E D6 62 23
Octal 2 116 262 143 70 0 36 326 142 43
Binary 10 1001110 10110010 1100011 111000 0 11110 11010110 1100010 100011

Color Harmonies of #024EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EB2

Black with #024EB2

Text Example


Text Example

White with #024EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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