Shades of Medium Blue #010FD0
Tints of Medium Blue #010FD0
RGB
CMYK
RGB Variations
Color information
#010FD0 (or 0x010FD0) is known color: Medium Blue. HEX triplet: 01, 0F and D0. RGB value is (1,15,208). Sum of RGB (Red+Green+Blue) = 1+15+208=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 208 (81.64% from 255 or 92.86% from 224); Max value from RGB is 208 - color contains mainly: blue. Hex color #010FD0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FD0 is #FEF02F. Grayscale: #202020. Windows color (decimal): -16707632 or 13635329. OLE color: 13635329.
HSL color Cylindrical-coordinate representation of color #010FD0: hue angle of 235.94º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010FD0 is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 15 | 208 | - |
| CMYK | 1.00 | 0.93 | 0 | 0.18 |
| HSL | 235.94º | 0.99% | 0.41% | - |
| HSV(B) | 235.94º | 1% | 0.82% | - |
| XYZ | 11.57 | 4.9 | 60.01 | - |
| YUV | 32.82 | 226.86 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 208 | 1.00 | 0.93 | 0 | 0.18 | 235.94 | 0.99 | 0.41 |
| Hex | 1 | F | D0 | 64 | 5D | 0 | 12 | EC | 63 | 29 |
| Octal | 1 | 17 | 320 | 144 | 135 | 0 | 22 | 354 | 143 | 51 |
| Binary | 1 | 1111 | 11010000 | 1100100 | 1011101 | 0 | 10010 | 11101100 | 1100011 | 101001 |
Color Harmonies of #010FD0
Complementary color
Monochromatic Colors of #010FD0
Black with #010FD0
Text Example
Text Example
White with #010FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FD0; }
p { color: rgb(1,15,208); }
H1.HeaderClassName
{
color: #010FD0;
}
.AnyTagClassName
{
color: #010FD0;
}
</style>
background-color css
<style>
a { background-color: #010FD0; }
a { background-color: rgb(1,15,208); }
div.DivClassName
{
background-color: #010FD0;
}
.BgClassName
{
background-color: #010FD0;
}
</style>
border-color css
<style>
span { border-color: #010FD0; }
span { border-color: rgb(1,15,208); }
td.TdClassName
{
border-color: #010FD0;
}
.TagClassName
{
border-color: #010FD0;
}
</style>