#020EE0

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

Shades of Medium Blue #020EE0

Tints of Medium Blue #020EE0

Color information

#020EE0 (or 0x020EE0) is unknown color: approx Medium Blue. HEX triplet: 02, 0E and E0. RGB value is (2,14,224). Sum of RGB (Red+Green+Blue) = 2+14+224=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 224 (87.89% from 255 or 93.33% from 240); Max value from RGB is 224 - color contains mainly: blue. Hex color #020EE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020EE0 is #FDF11F. Grayscale: #212121. Windows color (decimal): -16642336 or 14683650. OLE color: 14683650.

HSL color Cylindrical-coordinate representation of color #020EE0: hue angle of 236.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EE0 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214224-
CMYK0.990.9400.12
HSL236.76º98.23%44.31%-
HSV(B)236.76º99.11%87.84%-
XYZ13.645.7170.9-
YUV34.35235.02104.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 224 (87.89% from 255) = 93.33%
R=0.83%
G=5.83%
B=93.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142240.990.9400.12236.7698.2344.31
Hex2EE0635E0Ced622c
Octal21634014313601435514254
Binary101110111000001100011101111001100111011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,14,224); }

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

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

 a { background-color: rgb(2,14,224); }

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

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

 span { border-color: rgb(2,14,224); }

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