#020AEE

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

Shades of Blue #020AEE

Tints of Blue #020AEE

Color information

#020AEE (or 0x020AEE) is unknown color: approx Blue. HEX triplet: 02, 0A and EE. RGB value is (2,10,238). Sum of RGB (Red+Green+Blue) = 2+10+238=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 238 (93.36% from 255 or 95.2% from 250); Max value from RGB is 238 - color contains mainly: blue. Hex color #020AEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020AEE is #FDF511. Grayscale: #202020. Windows color (decimal): -16643346 or 15600130. OLE color: 15600130.

HSL color Cylindrical-coordinate representation of color #020AEE: hue angle of 237.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020AEE is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210238-
CMYK0.990.9600.07
HSL237.97º98.33%47.06%-
HSV(B)237.97º99.16%93.33%-
XYZ15.576.481.3-
YUV33.6243.35105.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.8%
GREEN value IS 10 (4.30% from 255) = 4%
BLUE value IS 238 (93.36% from 255) = 95.2%
R=0.8%
G=4%
B=95.2%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102380.990.9600.07237.9798.3347.06
Hex2AEE636007ee622f
Octal2123561431400735614257
Binary10101011101110110001111000000111111011101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020AEE; }

 p { color: rgb(2,10,238); }

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

<style>
 a { background-color: #020AEE; }

 a { background-color: rgb(2,10,238); }

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

<style>
 span { border-color: #020AEE; }

 span { border-color: rgb(2,10,238); }

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