#0E02E0

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

Shades of Medium Blue #0E02E0

Tints of Medium Blue #0E02E0

Color information

#0E02E0 (or 0x0E02E0) is unknown color: approx Medium Blue. HEX triplet: 0E, 02 and E0. RGB value is (14,2,224). Sum of RGB (Red+Green+Blue) = 14+2+224=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 2 (1.17% from 255 or 0.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 #0E02E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E02E0 is #F1FD1F. Grayscale: #1E1E1E. Windows color (decimal): -15858976 or 14680590. OLE color: 14680590.

HSL color Cylindrical-coordinate representation of color #0E02E0: hue angle of 243.24º 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 #0E02E0 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB142224-
CMYK0.940.9900.12
HSL243.24º98.23%44.31%-
HSV(B)243.24º99.11%87.84%-
XYZ13.665.5270.87-
YUV30.9236.98115.95-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422240.940.9900.12243.2498.2344.31
HexE2E05E630Cf3622c
Octal16234013614301436314254
Binary111010111000001011110110001101100111100111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E02E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E02E0; }

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

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

<style>
 a { background-color: #0E02E0; }

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

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

<style>
 span { border-color: #0E02E0; }

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

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