#022CF0

Color #022CF0 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #022CF0

Tints of Blue #022CF0

Color information

#022CF0 (or 0x022CF0) is unknown color: approx Blue. HEX triplet: 02, 2C and F0. RGB value is (2,44,240). Sum of RGB (Red+Green+Blue) = 2+44+240=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 240 (94.14% from 255 or 83.92% from 286); Max value from RGB is 240 - color contains mainly: blue. Hex color #022CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022CF0 is #FDD30F. Grayscale: #343434. Windows color (decimal): -16634640 or 15739906. OLE color: 15739906.

HSL color Cylindrical-coordinate representation of color #022CF0: hue angle of 229.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022CF0 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB244240-
CMYK0.990.8200.06
HSL229.41º98.35%47.45%-
HSV(B)229.41º99.17%94.12%-
XYZ16.658.1183.12-
YUV53.79233.0991.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 44 (17.58% from 255) = 15.38%
BLUE value IS 240 (94.14% from 255) = 83.92%
R=0.70%
G=15.38%
B=83.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2442400.990.8200.06229.4198.3547.45
Hex22CF0635206e5622f
Octal2543601431220634514257
Binary1010110011110000110001110100100110111001011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022CF0; }

 p { color: rgb(2,44,240); }

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

<style>
 a { background-color: #022CF0; }

 a { background-color: rgb(2,44,240); }

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

<style>
 span { border-color: #022CF0; }

 span { border-color: rgb(2,44,240); }

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