#024EB0

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

Shades of Cobalt #024EB0

Tints of Cobalt #024EB0

Color information

#024EB0 (or 0x024EB0) is unknown color: approx Cobalt. HEX triplet: 02, 4E and B0. RGB value is (2,78,176). Sum of RGB (Red+Green+Blue) = 2+78+176=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #024EB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024EB0 is #FDB14F. Grayscale: #414141. Windows color (decimal): -16626000 or 11554306. OLE color: 11554306.

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

Color convert

RGB278176-
CMYK0.990.5600.31
HSL213.79º97.75%34.9%-
HSV(B)213.79º98.86%69.02%-
XYZ10.598.642.18-
YUV66.45189.8282.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 176 (69.14% from 255) = 68.75%
R=0.78%
G=30.47%
B=68.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2781760.990.5600.31213.7997.7534.9
Hex24EB0633801Fd66223
Octal21162601437003732614243
Binary101001110101100001100011111000011111110101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,78,176); }

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

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

 a { background-color: rgb(2,78,176); }

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

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

 span { border-color: rgb(2,78,176); }

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