Html Css Color HEX #024FAD Cobalt

📋 copy color: '#024FAD'

red 2 ◦ green 79 ◦ blue 173

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

Shades of Cobalt #024FAD

Tints of Cobalt #024FAD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.1%

 BLUE value IS 173 (67.97% from 255) = 68.11%

R = 0.79%
G = 31.1%
B = 68.11%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#024FAD (or 0x024FAD) is known color: Cobalt. HEX triplet: 02, 4F and AD. RGB value is (2,79,173). Sum of RGB (Red+Green+Blue) = 2+79+173=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #024FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024FAD is #FDB052. Grayscale: #424242. Windows color (decimal): -16625747 or 11357954. OLE color: 11357954.

HSL color Cylindrical-coordinate representation of color #024FAD: hue angle of 212.98º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FAD is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 79 173 -
CMYK 0.99 0.54 0 0.32
HSL 212.98º 0.98% 0.34% -
HSV(B) 212.98º 0.99% 0.68% -
XYZ 10.36 8.62 40.65 -
YUV 66.69 187.99 81.86 -
System Red Green Blue C M Y K H S L
Decimal 2 79 173 0.99 0.54 0 0.32 212.98 0.98 0.34
Hex 2 4F AD 63 36 0 20 D5 62 22
Octal 2 117 255 143 66 0 40 325 142 42
Binary 10 1001111 10101101 1100011 110110 0 100000 11010101 1100010 100010

Color Harmonies of #024FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FAD

Black with #024FAD

Text Example


Text Example

White with #024FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,79,173); }

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

background-color css

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

 a { background-color: rgb(2,79,173); }

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

border-color css

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

 span { border-color: rgb(2,79,173); }

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