Html Css Color HEX #024AB4 Cobalt

📋 copy color: '#024AB4'

red 2 ◦ green 74 ◦ blue 180

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

Shades of Cobalt #024AB4

Tints of Cobalt #024AB4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.91%

 BLUE value IS 180 (70.7% from 255) = 70.31%

R = 0.78%
G = 28.91%
B = 70.31%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#024AB4 (or 0x024AB4) is known color: Cobalt. HEX triplet: 02, 4A and B4. RGB value is (2,74,180). Sum of RGB (Red+Green+Blue) = 2+74+180=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 180 (70.70% from 255 or 70.31% from 256); Max value from RGB is 180 - color contains mainly: blue. Hex color #024AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AB4 is #FDB54B. Grayscale: #404040. Windows color (decimal): -16627020 or 11815426. OLE color: 11815426.

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

Color convert

RGB 2 74 180 -
CMYK 0.99 0.59 0 0.29
HSL 215.73º 0.98% 0.36% -
HSV(B) 215.73º 0.99% 0.71% -
XYZ 10.71 8.21 44.2 -
YUV 64.56 193.15 83.38 -
System Red Green Blue C M Y K H S L
Decimal 2 74 180 0.99 0.59 0 0.29 215.73 0.98 0.36
Hex 2 4A B4 63 3B 0 1D D8 62 24
Octal 2 112 264 143 73 0 35 330 142 44
Binary 10 1001010 10110100 1100011 111011 0 11101 11011000 1100010 100100

Color Harmonies of #024AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024AB4

Black with #024AB4

Text Example


Text Example

White with #024AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,74,180); }

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

background-color css

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

 a { background-color: rgb(2,74,180); }

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

border-color css

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

 span { border-color: rgb(2,74,180); }

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