#022BF0

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

Shades of Blue #022BF0

Tints of Blue #022BF0

Color information

#022BF0 (or 0x022BF0) is unknown color: approx Blue. HEX triplet: 02, 2B and F0. RGB value is (2,43,240). Sum of RGB (Red+Green+Blue) = 2+43+240=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 240 (94.14% from 255 or 84.21% from 285); Max value from RGB is 240 - color contains mainly: blue. Hex color #022BF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022BF0 is #FDD40F. Grayscale: #343434. Windows color (decimal): -16634896 or 15739650. OLE color: 15739650.

HSL color Cylindrical-coordinate representation of color #022BF0: hue angle of 229.66º 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 #022BF0 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB243240-
CMYK0.990.8200.06
HSL229.66º98.35%47.45%-
HSV(B)229.66º99.17%94.12%-
XYZ16.628.0383.11-
YUV53.2233.4291.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 43 (17.19% from 255) = 15.09%
BLUE value IS 240 (94.14% from 255) = 84.21%
R=0.70%
G=15.09%
B=84.21%

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
Decimal2432400.990.8200.06229.6698.3547.45
Hex22BF0635206e6622f
Octal2533601431220634614257
Binary1010101111110000110001110100100110111001101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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