Html Css Color HEX #024EB4 Cobalt

📋 copy color: '#024EB4'

red 2 ◦ green 78 ◦ blue 180

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

Shades of Cobalt #024EB4

Tints of Cobalt #024EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 69.23%

R = 0.77%
G = 30%
B = 69.23%

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

#024EB4 (or 0x024EB4) is known color: Cobalt. HEX triplet: 02, 4E and B4. RGB value is (2,78,180). Sum of RGB (Red+Green+Blue) = 2+78+180=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 180 (70.70% from 255 or 69.23% from 260); Max value from RGB is 180 - color contains mainly: blue. Hex color #024EB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EB4 is #FDB14B. Grayscale: #424242. Windows color (decimal): -16625996 or 11816450. OLE color: 11816450.

HSL color Cylindrical-coordinate representation of color #024EB4: hue angle of 214.38º 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 #024EB4 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 78 180 -
CMYK 0.99 0.57 0 0.29
HSL 214.38º 0.98% 0.36% -
HSV(B) 214.38º 0.99% 0.71% -
XYZ 10.99 8.76 44.29 -
YUV 66.9 191.82 81.71 -
System Red Green Blue C M Y K H S L
Decimal 2 78 180 0.99 0.57 0 0.29 214.38 0.98 0.36
Hex 2 4E B4 63 39 0 1D D6 62 24
Octal 2 116 264 143 71 0 35 326 142 44
Binary 10 1001110 10110100 1100011 111001 0 11101 11010110 1100010 100100

Color Harmonies of #024EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EB4

Black with #024EB4

Text Example


Text Example

White with #024EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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