#0e10df

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

Shades of Medium Blue #0E10DF

Tints of Medium Blue #0E10DF

Color information

#0E10DF (or 0x0E10DF) is unknown color: approx Medium Blue. HEX triplet: 0E, 10 and DF. RGB value is (14,16,223). Sum of RGB (Red+Green+Blue) = 14+16+223=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E10DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E10DF is #F1EF20. Grayscale: #262626. Windows color (decimal): -15855393 or 14618638. OLE color: 14618638.

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

Color convert

RGB1416223-
CMYK0.940.9300.13
HSL239.43º88.19%46.47%-
HSV(B)239.43º93.72%87.45%-
XYZ13.695.7970.21-
YUV39231.84110.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 223 (87.5% from 255) = 88.14%
R=5.53%
G=6.32%
B=88.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14162230.940.9300.13239.4388.1946.47
HexE10DF5E5D0Def582e
Octal162033713613501535713056
Binary111010000110111111011110101110101101111011111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e10df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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