Shades of Medium Blue #1D0EDF
Tints of Medium Blue #1D0EDF
RGB
CMYK
RGB Variations
Color information
#1D0EDF (or 0x1D0EDF) is known color: Medium Blue. HEX triplet: 1D, 0E and DF. RGB value is (29,14,223). Sum of RGB (Red+Green+Blue) = 29+14+223=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D0EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0EDF is #E2F120. Grayscale: #292929. Windows color (decimal): -14872865 or 14618141. OLE color: 14618141.
HSL color Cylindrical-coordinate representation of color #1D0EDF: hue angle of 244.31º 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 #1D0EDF is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 14 | 223 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.13 |
| HSL | 244.31º | 0.88% | 0.46% | - |
| HSV(B) | 244.31º | 0.94% | 0.87% | - |
| XYZ | 13.98 | 5.9 | 70.21 | - |
| YUV | 42.31 | 229.97 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 223 | 0.87 | 0.94 | 0 | 0.13 | 244.31 | 0.88 | 0.46 |
| Hex | 1D | E | DF | 57 | 5E | 0 | D | F4 | 58 | 2E |
| Octal | 35 | 16 | 337 | 127 | 136 | 0 | 15 | 364 | 130 | 56 |
| Binary | 11101 | 1110 | 11011111 | 1010111 | 1011110 | 0 | 1101 | 11110100 | 1011000 | 101110 |
Color Harmonies of #1D0EDF
Complementary color
Monochromatic Colors of #1D0EDF
Black with #1D0EDF
Text Example
Text Example
White with #1D0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0EDF; }
p { color: rgb(29,14,223); }
H1.HeaderClassName
{
color: #1D0EDF;
}
.AnyTagClassName
{
color: #1D0EDF;
}
</style>
background-color css
<style>
a { background-color: #1D0EDF; }
a { background-color: rgb(29,14,223); }
div.DivClassName
{
background-color: #1D0EDF;
}
.BgClassName
{
background-color: #1D0EDF;
}
</style>
border-color css
<style>
span { border-color: #1D0EDF; }
span { border-color: rgb(29,14,223); }
td.TdClassName
{
border-color: #1D0EDF;
}
.TagClassName
{
border-color: #1D0EDF;
}
</style>