#022AFE

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

Shades of Blue #022AFE

Tints of Blue #022AFE

Color information

#022AFE (or 0x022AFE) is unknown color: approx Blue. HEX triplet: 02, 2A and FE. RGB value is (2,42,254). Sum of RGB (Red+Green+Blue) = 2+42+254=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 254 (99.61% from 255 or 85.23% from 298); Max value from RGB is 254 - color contains mainly: blue. Hex color #022AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022AFE is #FDD501. Grayscale: #353535. Windows color (decimal): -16635138 or 16656898. OLE color: 16656898.

HSL color Cylindrical-coordinate representation of color #022AFE: hue angle of 230.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AFE is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB242254-
CMYK0.990.8300.00
HSL230.48º99.21%50.2%-
HSV(B)230.48º99.21%99.61%-
XYZ18.748.8294.48-
YUV54.21240.7590.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 42 (16.80% from 255) = 14.09%
BLUE value IS 254 (99.61% from 255) = 85.23%
R=0.67%
G=14.09%
B=85.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422540.990.8300.00230.4899.2150.2
Hex22AFE635300e66332
Octal2523761431230034614362
Binary10101010111111101100011101001100111001101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,42,254); }

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

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

 a { background-color: rgb(2,42,254); }

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

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

 span { border-color: rgb(2,42,254); }

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