Html Css Color HEX #024EB1 Cobalt

📋 copy color: '#024EB1'

red 2 ◦ green 78 ◦ blue 177

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

Shades of Cobalt #024EB1

Tints of Cobalt #024EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 68.87%

R = 0.78%
G = 30.35%
B = 68.87%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#024EB1 (or 0x024EB1) is known color: Cobalt. HEX triplet: 02, 4E and B1. RGB value is (2,78,177). Sum of RGB (Red+Green+Blue) = 2+78+177=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 177 (69.53% from 255 or 68.87% from 257); Max value from RGB is 177 - color contains mainly: blue. Hex color #024EB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024EB1 is #FDB14E. Grayscale: #424242. Windows color (decimal): -16625999 or 11619842. OLE color: 11619842.

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

Color convert

RGB 2 78 177 -
CMYK 0.99 0.56 0 0.31
HSL 213.94º 0.98% 0.35% -
HSV(B) 213.94º 0.99% 0.69% -
XYZ 10.69 8.64 42.7 -
YUV 66.56 190.32 81.95 -
System Red Green Blue C M Y K H S L
Decimal 2 78 177 0.99 0.56 0 0.31 213.94 0.98 0.35
Hex 2 4E B1 63 38 0 1F D6 62 23
Octal 2 116 261 143 70 0 37 326 142 43
Binary 10 1001110 10110001 1100011 111000 0 11111 11010110 1100010 100011

Color Harmonies of #024EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EB1

Black with #024EB1

Text Example


Text Example

White with #024EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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