#1D0ED0

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

Shades of Medium Blue #1D0ED0

Tints of Medium Blue #1D0ED0

Color information

#1D0ED0 (or 0x1D0ED0) is unknown color: approx Medium Blue. HEX triplet: 1D, 0E and D0. RGB value is (29,14,208). Sum of RGB (Red+Green+Blue) = 29+14+208=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 208 (81.64% from 255 or 82.87% from 251); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D0ED0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0ED0 is #E2F12F. Grayscale: #272727. Windows color (decimal): -14872880 or 13635101. OLE color: 13635101.

HSL color Cylindrical-coordinate representation of color #1D0ED0: hue angle of 244.64º degrees, saturation: 0.87, 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 #1D0ED0 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2914208-
CMYK0.860.9300.18
HSL244.64º87.39%43.53%-
HSV(B)244.64º93.27%81.57%-
XYZ12.055.1360.03-
YUV40.6222.47119.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.55%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 208 (81.64% from 255) = 82.87%
R=11.55%
G=5.58%
B=82.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29142080.860.9300.18244.6487.3943.53
Hex1DED0565D012f5572c
Octal351632012613502236512754
Binary1110111101101000010101101011101010010111101011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D0ED0; }

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

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

<style>
 a { background-color: #1D0ED0; }

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

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

<style>
 span { border-color: #1D0ED0; }

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

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