Html Css Color HEX #024EB9 Cobalt

📋 copy color: '#024EB9'

red 2 ◦ green 78 ◦ blue 185

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

Shades of Cobalt #024EB9

Tints of Cobalt #024EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 69.81%

R = 0.75%
G = 29.43%
B = 69.81%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#024EB9 (or 0x024EB9) is known color: Cobalt. HEX triplet: 02, 4E and B9. RGB value is (2,78,185). Sum of RGB (Red+Green+Blue) = 2+78+185=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 185 (72.66% from 255 or 69.81% from 265); Max value from RGB is 185 - color contains mainly: blue. Hex color #024EB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EB9 is #FDB146. Grayscale: #424242. Windows color (decimal): -16625991 or 12144130. OLE color: 12144130.

HSL color Cylindrical-coordinate representation of color #024EB9: hue angle of 215.08º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EB9 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 78 185 -
CMYK 0.99 0.58 0 0.27
HSL 215.08º 0.98% 0.37% -
HSV(B) 215.08º 0.99% 0.73% -
XYZ 11.51 8.96 47.02 -
YUV 67.47 194.32 81.3 -
System Red Green Blue C M Y K H S L
Decimal 2 78 185 0.99 0.58 0 0.27 215.08 0.98 0.37
Hex 2 4E B9 63 3A 0 1B D7 62 25
Octal 2 116 271 143 72 0 33 327 142 45
Binary 10 1001110 10111001 1100011 111010 0 11011 11010111 1100010 100101

Color Harmonies of #024EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EB9

Black with #024EB9

Text Example


Text Example

White with #024EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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