#024FBF

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

Shades of Cobalt #024FBF

Tints of Cobalt #024FBF

Color information

#024FBF (or 0x024FBF) is unknown color: approx Cobalt. HEX triplet: 02, 4F and BF. RGB value is (2,79,191). Sum of RGB (Red+Green+Blue) = 2+79+191=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #024FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FBF is #FDB040. Grayscale: #444444. Windows color (decimal): -16625729 or 12537602. OLE color: 12537602.

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

Color convert

RGB279191-
CMYK0.990.5900.25
HSL215.56º97.93%37.84%-
HSV(B)215.56º98.95%74.9%-
XYZ12.229.3750.45-
YUV68.74196.9980.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 191 (75% from 255) = 70.22%
R=0.74%
G=29.04%
B=70.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2791910.990.5900.25215.5697.9337.84
Hex24FBF633B019d86226
Octal21172771437303133014246
Binary101001111101111111100011111011011001110110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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