#0E17D6

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

Shades of Medium Blue #0E17D6

Tints of Medium Blue #0E17D6

Color information

#0E17D6 (or 0x0E17D6) is unknown color: approx Medium Blue. HEX triplet: 0E, 17 and D6. RGB value is (14,23,214). Sum of RGB (Red+Green+Blue) = 14+23+214=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 214 (83.98% from 255 or 85.26% from 251); Max value from RGB is 214 - color contains mainly: blue. Hex color #0E17D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E17D6 is #F1E829. Grayscale: #292929. Windows color (decimal): -15853610 or 14030606. OLE color: 14030606.

HSL color Cylindrical-coordinate representation of color #0E17D6: hue angle of 237.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E17D6 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1423214-
CMYK0.930.8900.16
HSL237.3º87.72%44.71%-
HSV(B)237.3º93.46%83.92%-
XYZ12.635.5664.03-
YUV42.08225.02107.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.58%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 214 (83.98% from 255) = 85.26%
R=5.58%
G=9.16%
B=85.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14232140.930.8900.16237.387.7244.71
HexE17D65D59010ed582d
Octal162732613513102035513055
Binary1110101111101011010111011011001010000111011011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E17D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,23,214); }

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

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

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

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

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

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

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