Shades of Medium Blue #001DDF
Tints of Medium Blue #001DDF
RGB
CMYK
RGB Variations
Color information
#001DDF (or 0x001DDF) is known color: Medium Blue. HEX triplet: 00, 1D and DF. RGB value is (0,29,223). Sum of RGB (Red+Green+Blue) = 0+29+223=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #001DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DDF is #FFE220. Grayscale: #292929. Windows color (decimal): -16769569 or 14621952. OLE color: 14621952.
HSL color Cylindrical-coordinate representation of color #001DDF: hue angle of 232.2º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DDF is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 29 | 223 | - |
| CMYK | 1 | 0.87 | 0 | 0.13 |
| HSL | 232.2º | 1% | 0.44% | - |
| HSV(B) | 232.2º | 1% | 0.87% | - |
| XYZ | 13.76 | 6.21 | 70.28 | - |
| YUV | 42.45 | 229.89 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 223 | 1 | 0.87 | 0 | 0.13 | 232.2 | 1 | 0.44 |
| Hex | 0 | 1D | DF | 64 | 57 | 0 | D | E8 | 64 | 2C |
| Octal | 0 | 35 | 337 | 144 | 127 | 0 | 15 | 350 | 144 | 54 |
| Binary | 0 | 11101 | 11011111 | 1100100 | 1010111 | 0 | 1101 | 11101000 | 1100100 | 101100 |
Color Harmonies of #001DDF
Complementary color
Monochromatic Colors of #001DDF
Black with #001DDF
Text Example
Text Example
White with #001DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DDF; }
p { color: rgb(0,29,223); }
H1.HeaderClassName
{
color: #001DDF;
}
.AnyTagClassName
{
color: #001DDF;
}
</style>
background-color css
<style>
a { background-color: #001DDF; }
a { background-color: rgb(0,29,223); }
div.DivClassName
{
background-color: #001DDF;
}
.BgClassName
{
background-color: #001DDF;
}
</style>
border-color css
<style>
span { border-color: #001DDF; }
span { border-color: rgb(0,29,223); }
td.TdClassName
{
border-color: #001DDF;
}
.TagClassName
{
border-color: #001DDF;
}
</style>