Html Css Color HEX #024DC0 Cobalt

📋 copy color: '#024DC0'

red 2 ◦ green 77 ◦ blue 192

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

Shades of Cobalt #024DC0

Tints of Cobalt #024DC0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 192 (75.39% from 255) = 70.85%

R = 0.74%
G = 28.41%
B = 70.85%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#024DC0 (or 0x024DC0) is known color: Cobalt. HEX triplet: 02, 4D and C0. RGB value is (2,77,192). Sum of RGB (Red+Green+Blue) = 2+77+192=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #024DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DC0 is #FDB23F. Grayscale: #434343. Windows color (decimal): -16626240 or 12602626. OLE color: 12602626.

HSL color Cylindrical-coordinate representation of color #024DC0: hue angle of 216.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DC0 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 77 192 -
CMYK 0.99 0.60 0 0.25
HSL 216.32º 0.98% 0.38% -
HSV(B) 216.32º 0.99% 0.75% -
XYZ 12.19 9.13 50.99 -
YUV 67.69 198.15 81.15 -
System Red Green Blue C M Y K H S L
Decimal 2 77 192 0.99 0.60 0 0.25 216.32 0.98 0.38
Hex 2 4D C0 63 3C 0 19 D8 62 26
Octal 2 115 300 143 74 0 31 330 142 46
Binary 10 1001101 11000000 1100011 111100 0 11001 11011000 1100010 100110

Color Harmonies of #024DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DC0

Black with #024DC0

Text Example


Text Example

White with #024DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,77,192); }

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

background-color css

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

 a { background-color: rgb(2,77,192); }

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

border-color css

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

 span { border-color: rgb(2,77,192); }

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