Shades of Medium Blue #0010DF
Tints of Medium Blue #0010DF
RGB
CMYK
RGB Variations
Color information
#0010DF (or 0x0010DF) is known color: Medium Blue. HEX triplet: 00, 10 and DF. RGB value is (0,16,223). Sum of RGB (Red+Green+Blue) = 0+16+223=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 223 (87.5% from 255 or 93.31% from 239); Max value from RGB is 223 - color contains mainly: blue. Hex color #0010DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0010DF is #FFEF20. Grayscale: #212121. Windows color (decimal): -16772897 or 14618624. OLE color: 14618624.
HSL color Cylindrical-coordinate representation of color #0010DF: hue angle of 235.7º 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 #0010DF is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 16 | 223 | - |
| CMYK | 1 | 0.93 | 0 | 0.13 |
| HSL | 235.7º | 1% | 0.44% | - |
| HSV(B) | 235.7º | 1% | 0.87% | - |
| XYZ | 13.5 | 5.7 | 70.2 | - |
| YUV | 34.81 | 234.2 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 223 | 1 | 0.93 | 0 | 0.13 | 235.7 | 1 | 0.44 |
| Hex | 0 | 10 | DF | 64 | 5D | 0 | D | EC | 64 | 2C |
| Octal | 0 | 20 | 337 | 144 | 135 | 0 | 15 | 354 | 144 | 54 |
| Binary | 0 | 10000 | 11011111 | 1100100 | 1011101 | 0 | 1101 | 11101100 | 1100100 | 101100 |
Color Harmonies of #0010DF
Complementary color
Monochromatic Colors of #0010DF
Black with #0010DF
Text Example
Text Example
White with #0010DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0010DF; }
p { color: rgb(0,16,223); }
H1.HeaderClassName
{
color: #0010DF;
}
.AnyTagClassName
{
color: #0010DF;
}
</style>
background-color css
<style>
a { background-color: #0010DF; }
a { background-color: rgb(0,16,223); }
div.DivClassName
{
background-color: #0010DF;
}
.BgClassName
{
background-color: #0010DF;
}
</style>
border-color css
<style>
span { border-color: #0010DF; }
span { border-color: rgb(0,16,223); }
td.TdClassName
{
border-color: #0010DF;
}
.TagClassName
{
border-color: #0010DF;
}
</style>