#0e0edf

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

Shades of Medium Blue #0E0EDF

Tints of Medium Blue #0E0EDF

Color information

#0E0EDF (or 0x0E0EDF) is unknown color: approx Medium Blue. HEX triplet: 0E, 0E and DF. RGB value is (14,14,223). Sum of RGB (Red+Green+Blue) = 14+14+223=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 223 (87.5% from 255 or 88.84% from 251); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E0EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0EDF is #F1F120. Grayscale: #242424. Windows color (decimal): -15855905 or 14618126. OLE color: 14618126.

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

Color convert

RGB1414223-
CMYK0.940.9400.13
HSL240º88.19%46.47%-
HSV(B)240º93.72%87.45%-
XYZ13.665.7470.2-
YUV37.83232.5111.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.58%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 223 (87.5% from 255) = 88.84%
R=5.58%
G=5.58%
B=88.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14142230.940.9400.1324088.1946.47
HexEEDF5E5E0Df0582e
Octal161633713613601536013056
Binary11101110110111111011110101111001101111100001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e0edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,14,223); }

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

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

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

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

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

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

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