Shades of Medium Blue #010DDF
Tints of Medium Blue #010DDF
RGB
CMYK
RGB Variations
Color information
#010DDF (or 0x010DDF) is known color: Medium Blue. HEX triplet: 01, 0D and DF. RGB value is (1,13,223). Sum of RGB (Red+Green+Blue) = 1+13+223=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 223 (87.5% from 255 or 94.09% from 237); Max value from RGB is 223 - color contains mainly: blue. Hex color #010DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DDF is #FEF220. Grayscale: #202020. Windows color (decimal): -16708129 or 14617857. OLE color: 14617857.
HSL color Cylindrical-coordinate representation of color #010DDF: hue angle of 236.76º 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 #010DDF is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 13 | 223 | - |
| CMYK | 1.00 | 0.94 | 0 | 0.13 |
| HSL | 236.76º | 0.99% | 0.44% | - |
| HSV(B) | 236.76º | 1% | 0.87% | - |
| XYZ | 13.48 | 5.62 | 70.19 | - |
| YUV | 33.35 | 235.02 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 223 | 1.00 | 0.94 | 0 | 0.13 | 236.76 | 0.99 | 0.44 |
| Hex | 1 | D | DF | 64 | 5E | 0 | D | ED | 63 | 2C |
| Octal | 1 | 15 | 337 | 144 | 136 | 0 | 15 | 355 | 143 | 54 |
| Binary | 1 | 1101 | 11011111 | 1100100 | 1011110 | 0 | 1101 | 11101101 | 1100011 | 101100 |
Color Harmonies of #010DDF
Complementary color
Monochromatic Colors of #010DDF
Black with #010DDF
Text Example
Text Example
White with #010DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010DDF; }
p { color: rgb(1,13,223); }
H1.HeaderClassName
{
color: #010DDF;
}
.AnyTagClassName
{
color: #010DDF;
}
</style>
background-color css
<style>
a { background-color: #010DDF; }
a { background-color: rgb(1,13,223); }
div.DivClassName
{
background-color: #010DDF;
}
.BgClassName
{
background-color: #010DDF;
}
</style>
border-color css
<style>
span { border-color: #010DDF; }
span { border-color: rgb(1,13,223); }
td.TdClassName
{
border-color: #010DDF;
}
.TagClassName
{
border-color: #010DDF;
}
</style>