Shades of Medium Blue #1D01DF
Tints of Medium Blue #1D01DF
RGB
CMYK
RGB Variations
Color information
#1D01DF (or 0x1D01DF) is known color: Medium Blue. HEX triplet: 1D, 01 and DF. RGB value is (29,1,223). Sum of RGB (Red+Green+Blue) = 29+1+223=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D01DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D01DF is #E2FE20. Grayscale: #212121. Windows color (decimal): -14876193 or 14614813. OLE color: 14614813.
HSL color Cylindrical-coordinate representation of color #1D01DF: hue angle of 247.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D01DF is Cyan = 0.87, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 1 | 223 | - |
| CMYK | 0.87 | 1.00 | 0 | 0.13 |
| HSL | 247.57º | 0.99% | 0.44% | - |
| HSV(B) | 247.57º | 1% | 0.87% | - |
| XYZ | 13.84 | 5.61 | 70.17 | - |
| YUV | 34.68 | 234.28 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 1 | 223 | 0.87 | 1.00 | 0 | 0.13 | 247.57 | 0.99 | 0.44 |
| Hex | 1D | 1 | DF | 57 | 64 | 0 | D | F8 | 63 | 2C |
| Octal | 35 | 1 | 337 | 127 | 144 | 0 | 15 | 370 | 143 | 54 |
| Binary | 11101 | 1 | 11011111 | 1010111 | 1100100 | 0 | 1101 | 11111000 | 1100011 | 101100 |
Color Harmonies of #1D01DF
Complementary color
Monochromatic Colors of #1D01DF
Black with #1D01DF
Text Example
Text Example
White with #1D01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D01DF; }
p { color: rgb(29,1,223); }
H1.HeaderClassName
{
color: #1D01DF;
}
.AnyTagClassName
{
color: #1D01DF;
}
</style>
background-color css
<style>
a { background-color: #1D01DF; }
a { background-color: rgb(29,1,223); }
div.DivClassName
{
background-color: #1D01DF;
}
.BgClassName
{
background-color: #1D01DF;
}
</style>
border-color css
<style>
span { border-color: #1D01DF; }
span { border-color: rgb(29,1,223); }
td.TdClassName
{
border-color: #1D01DF;
}
.TagClassName
{
border-color: #1D01DF;
}
</style>