Html Css Color HEX #024DB7 Cobalt

📋 copy color: '#024DB7'

red 2 ◦ green 77 ◦ blue 183

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

Shades of Cobalt #024DB7

Tints of Cobalt #024DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 69.85%

R = 0.76%
G = 29.39%
B = 69.85%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#024DB7 (or 0x024DB7) is known color: Cobalt. HEX triplet: 02, 4D and B7. RGB value is (2,77,183). Sum of RGB (Red+Green+Blue) = 2+77+183=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 183 (71.88% from 255 or 69.85% from 262); Max value from RGB is 183 - color contains mainly: blue. Hex color #024DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DB7 is #FDB248. Grayscale: #424242. Windows color (decimal): -16626249 or 12012802. OLE color: 12012802.

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

Color convert

RGB 2 77 183 -
CMYK 0.99 0.58 0 0.28
HSL 215.14º 0.98% 0.36% -
HSV(B) 215.14º 0.99% 0.72% -
XYZ 11.23 8.74 45.89 -
YUV 66.66 193.65 81.88 -
System Red Green Blue C M Y K H S L
Decimal 2 77 183 0.99 0.58 0 0.28 215.14 0.98 0.36
Hex 2 4D B7 63 3A 0 1C D7 62 24
Octal 2 115 267 143 72 0 34 327 142 44
Binary 10 1001101 10110111 1100011 111010 0 11100 11010111 1100010 100100

Color Harmonies of #024DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DB7

Black with #024DB7

Text Example


Text Example

White with #024DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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