#0E01DE

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

Shades of Medium Blue #0E01DE

Tints of Medium Blue #0E01DE

Color information

#0E01DE (or 0x0E01DE) is unknown color: approx Medium Blue. HEX triplet: 0E, 01 and DE. RGB value is (14,1,222). Sum of RGB (Red+Green+Blue) = 14+1+222=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 222 (87.11% from 255 or 93.67% from 237); Max value from RGB is 222 - color contains mainly: blue. Hex color #0E01DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E01DE is #F1FE21. Grayscale: #1D1D1D. Windows color (decimal): -15859234 or 14549262. OLE color: 14549262.

HSL color Cylindrical-coordinate representation of color #0E01DE: hue angle of 243.53º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E01DE is Cyan = 0.94, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141222-
CMYK0.941.0000.13
HSL243.53º99.1%43.73%-
HSV(B)243.53º99.55%87.06%-
XYZ13.385.3969.44-
YUV30.08236.31116.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.91%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 222 (87.11% from 255) = 93.67%
R=5.91%
G=0.42%
B=93.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412220.941.0000.13243.5399.143.73
HexE1DE5E640Df4632c
Octal16133613614401536414354
Binary11101110111101011110110010001101111101001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E01DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,1,222); }

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

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

 a { background-color: rgb(14,1,222); }

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

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

 span { border-color: rgb(14,1,222); }

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