Shades of Medium Blue #1D0FDD
Tints of Medium Blue #1D0FDD
RGB
CMYK
RGB Variations
Color information
#1D0FDD (or 0x1D0FDD) is known color: Medium Blue. HEX triplet: 1D, 0F and DD. RGB value is (29,15,221). Sum of RGB (Red+Green+Blue) = 29+15+221=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D0FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0FDD is #E2F022. Grayscale: #292929. Windows color (decimal): -14872611 or 14487325. OLE color: 14487325.
HSL color Cylindrical-coordinate representation of color #1D0FDD: hue angle of 244.08º 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 #1D0FDD is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 15 | 221 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.13 |
| HSL | 244.08º | 0.87% | 0.46% | - |
| HSV(B) | 244.08º | 0.93% | 0.87% | - |
| XYZ | 13.73 | 5.82 | 68.81 | - |
| YUV | 42.67 | 228.64 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 221 | 0.87 | 0.93 | 0 | 0.13 | 244.08 | 0.87 | 0.46 |
| Hex | 1D | F | DD | 57 | 5D | 0 | D | F4 | 57 | 2E |
| Octal | 35 | 17 | 335 | 127 | 135 | 0 | 15 | 364 | 127 | 56 |
| Binary | 11101 | 1111 | 11011101 | 1010111 | 1011101 | 0 | 1101 | 11110100 | 1010111 | 101110 |
Color Harmonies of #1D0FDD
Complementary color
Monochromatic Colors of #1D0FDD
Black with #1D0FDD
Text Example
Text Example
White with #1D0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0FDD; }
p { color: rgb(29,15,221); }
H1.HeaderClassName
{
color: #1D0FDD;
}
.AnyTagClassName
{
color: #1D0FDD;
}
</style>
background-color css
<style>
a { background-color: #1D0FDD; }
a { background-color: rgb(29,15,221); }
div.DivClassName
{
background-color: #1D0FDD;
}
.BgClassName
{
background-color: #1D0FDD;
}
</style>
border-color css
<style>
span { border-color: #1D0FDD; }
span { border-color: rgb(29,15,221); }
td.TdClassName
{
border-color: #1D0FDD;
}
.TagClassName
{
border-color: #1D0FDD;
}
</style>