#0E02D3

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

Shades of Medium Blue #0E02D3

Tints of Medium Blue #0E02D3

Color information

#0E02D3 (or 0x0E02D3) is unknown color: approx Medium Blue. HEX triplet: 0E, 02 and D3. RGB value is (14,2,211). Sum of RGB (Red+Green+Blue) = 14+2+211=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 211 (82.81% from 255 or 92.95% from 227); Max value from RGB is 211 - color contains mainly: blue. Hex color #0E02D3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E02D3 is #F1FD2C. Grayscale: #1C1C1C. Windows color (decimal): -15858989 or 13828622. OLE color: 13828622.

HSL color Cylindrical-coordinate representation of color #0E02D3: hue angle of 243.44º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E02D3 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB142211-
CMYK0.930.9900.17
HSL243.44º98.12%41.76%-
HSV(B)243.44º99.05%82.75%-
XYZ11.964.8461.93-
YUV29.41230.48117.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.17%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 211 (82.81% from 255) = 92.95%
R=6.17%
G=0.88%
B=92.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422110.930.9900.17243.4498.1241.76
HexE2D35D63011f3622a
Octal16232313514302136314252
Binary1110101101001110111011100011010001111100111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E02D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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