#024fb5

Color #024FB5 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #024FB5

Tints of Cobalt #024FB5

Color information

#024FB5 (or 0x024FB5) is unknown color: approx Cobalt. HEX triplet: 02, 4F and B5. RGB value is (2,79,181). Sum of RGB (Red+Green+Blue) = 2+79+181=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 181 (71.09% from 255 or 69.08% from 262); Max value from RGB is 181 - color contains mainly: blue. Hex color #024FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FB5 is #FDB04A. Grayscale: #434343. Windows color (decimal): -16625739 or 11882242. OLE color: 11882242.

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

Color convert

RGB279181-
CMYK0.990.5600.29
HSL214.19º97.81%35.88%-
HSV(B)214.19º98.9%70.98%-
XYZ11.168.9444.85-
YUV67.6191.9981.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 181 (71.09% from 255) = 69.08%
R=0.76%
G=30.15%
B=69.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2791810.990.5600.29214.1997.8135.88
Hex24FB5633801Dd66224
Octal21172651437003532614244
Binary101001111101101011100011111000011101110101101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024fb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #024fb5;
 }
 .AnyTagClassName
 {
   color: #024fb5;
 }
</style>
background-color css

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

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

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

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

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

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