#0E06DF

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

Shades of Medium Blue #0E06DF

Tints of Medium Blue #0E06DF

Color information

#0E06DF (or 0x0E06DF) is unknown color: approx Medium Blue. HEX triplet: 0E, 06 and DF. RGB value is (14,6,223). Sum of RGB (Red+Green+Blue) = 14+6+223=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 223 (87.5% from 255 or 91.77% from 243); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E06DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E06DF is #F1F920. Grayscale: #202020. Windows color (decimal): -15857953 or 14616078. OLE color: 14616078.

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

Color convert

RGB146223-
CMYK0.940.9700.13
HSL242.21º94.76%44.9%-
HSV(B)242.21º97.31%87.45%-
XYZ13.575.5570.17-
YUV33.13235.15114.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.76%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 223 (87.5% from 255) = 91.77%
R=5.76%
G=2.47%
B=91.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462230.940.9700.13242.2194.7644.9
HexE6DF5E610Df25f2d
Octal16633713614101536213755
Binary1110110110111111011110110000101101111100101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E06DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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