#020AE3

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

Shades of Medium Blue #020AE3

Tints of Medium Blue #020AE3

Color information

#020AE3 (or 0x020AE3) is unknown color: approx Medium Blue. HEX triplet: 02, 0A and E3. RGB value is (2,10,227). Sum of RGB (Red+Green+Blue) = 2+10+227=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 227 (89.06% from 255 or 94.98% from 239); Max value from RGB is 227 - color contains mainly: blue. Hex color #020AE3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020AE3 is #FDF51C. Grayscale: #1F1F1F. Windows color (decimal): -16643357 or 14879234. OLE color: 14879234.

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

Color convert

RGB210227-
CMYK0.990.9600.11
HSL237.87º98.25%44.9%-
HSV(B)237.87º99.12%89.02%-
XYZ145.7873.05-
YUV32.35237.85106.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 10 (4.30% from 255) = 4.18%
BLUE value IS 227 (89.06% from 255) = 94.98%
R=0.84%
G=4.18%
B=94.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102270.990.9600.11237.8798.2544.9
Hex2AE363600Bee622d
Octal21234314314001335614255
Binary101010111000111100011110000001011111011101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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