Shades of Medium Blue #1D0FDE
Tints of Medium Blue #1D0FDE
RGB
CMYK
RGB Variations
Color information
#1D0FDE (or 0x1D0FDE) is known color: Medium Blue. HEX triplet: 1D, 0F and DE. RGB value is (29,15,222). Sum of RGB (Red+Green+Blue) = 29+15+222=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 222 (87.11% from 255 or 83.46% from 266); Max value from RGB is 222 - color contains mainly: blue. Hex color #1D0FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0FDE is #E2F021. Grayscale: #292929. Windows color (decimal): -14872610 or 14552861. OLE color: 14552861.
HSL color Cylindrical-coordinate representation of color #1D0FDE: hue angle of 244.06º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0FDE is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 15 | 222 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.13 |
| HSL | 244.06º | 0.87% | 0.46% | - |
| HSV(B) | 244.06º | 0.93% | 0.87% | - |
| XYZ | 13.86 | 5.88 | 69.51 | - |
| YUV | 42.78 | 229.14 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 222 | 0.87 | 0.93 | 0 | 0.13 | 244.06 | 0.87 | 0.46 |
| Hex | 1D | F | DE | 57 | 5D | 0 | D | F4 | 57 | 2E |
| Octal | 35 | 17 | 336 | 127 | 135 | 0 | 15 | 364 | 127 | 56 |
| Binary | 11101 | 1111 | 11011110 | 1010111 | 1011101 | 0 | 1101 | 11110100 | 1010111 | 101110 |
Color Harmonies of #1D0FDE
Complementary color
Monochromatic Colors of #1D0FDE
Black with #1D0FDE
Text Example
Text Example
White with #1D0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0FDE; }
p { color: rgb(29,15,222); }
H1.HeaderClassName
{
color: #1D0FDE;
}
.AnyTagClassName
{
color: #1D0FDE;
}
</style>
background-color css
<style>
a { background-color: #1D0FDE; }
a { background-color: rgb(29,15,222); }
div.DivClassName
{
background-color: #1D0FDE;
}
.BgClassName
{
background-color: #1D0FDE;
}
</style>
border-color css
<style>
span { border-color: #1D0FDE; }
span { border-color: rgb(29,15,222); }
td.TdClassName
{
border-color: #1D0FDE;
}
.TagClassName
{
border-color: #1D0FDE;
}
</style>