#0E1DD2

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

Shades of Medium Blue #0E1DD2

Tints of Medium Blue #0E1DD2

Color information

#0E1DD2 (or 0x0E1DD2) is unknown color: approx Medium Blue. HEX triplet: 0E, 1D and D2. RGB value is (14,29,210). Sum of RGB (Red+Green+Blue) = 14+29+210=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 210 (82.42% from 255 or 83.00% from 253); Max value from RGB is 210 - color contains mainly: blue. Hex color #0E1DD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1DD2 is #F1E22D. Grayscale: #2C2C2C. Windows color (decimal): -15852078 or 13769998. OLE color: 13769998.

HSL color Cylindrical-coordinate representation of color #0E1DD2: hue angle of 235.41º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E1DD2 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1429210-
CMYK0.930.8600.18
HSL235.41º87.5%43.92%-
HSV(B)235.41º93.33%82.35%-
XYZ12.255.6361.41-
YUV45.15221.03105.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 29 (11.72% from 255) = 11.46%
BLUE value IS 210 (82.42% from 255) = 83.00%
R=5.53%
G=11.46%
B=83.00%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal14292100.930.8600.18235.4187.543.92
HexE1DD25D56012eb582c
Octal163532213512602235313054
Binary1110111011101001010111011010110010010111010111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,29,210); }

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

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

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

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

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

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

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