Html Css Color HEX #024DAF Cobalt

📋 copy color: '#024DAF'

red 2 ◦ green 77 ◦ blue 175

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

Shades of Cobalt #024DAF

Tints of Cobalt #024DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 68.9%

R = 0.79%
G = 30.31%
B = 68.9%

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

#024DAF (or 0x024DAF) is known color: Cobalt. HEX triplet: 02, 4D and AF. RGB value is (2,77,175). Sum of RGB (Red+Green+Blue) = 2+77+175=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #024DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024DAF is #FDB250. Grayscale: #414141. Windows color (decimal): -16626257 or 11488514. OLE color: 11488514.

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

Color convert

RGB 2 77 175 -
CMYK 0.99 0.56 0 0.31
HSL 213.99º 0.98% 0.35% -
HSV(B) 213.99º 0.99% 0.69% -
XYZ 10.42 8.42 41.63 -
YUV 65.75 189.65 82.53 -
System Red Green Blue C M Y K H S L
Decimal 2 77 175 0.99 0.56 0 0.31 213.99 0.98 0.35
Hex 2 4D AF 63 38 0 1F D6 62 23
Octal 2 115 257 143 70 0 37 326 142 43
Binary 10 1001101 10101111 1100011 111000 0 11111 11010110 1100010 100011

Color Harmonies of #024DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DAF

Black with #024DAF

Text Example


Text Example

White with #024DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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