Shades of Medium Blue #010FD1
Tints of Medium Blue #010FD1
RGB
CMYK
RGB Variations
Color information
#010FD1 (or 0x010FD1) is known color: Medium Blue. HEX triplet: 01, 0F and D1. RGB value is (1,15,209). Sum of RGB (Red+Green+Blue) = 1+15+209=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 209 (82.03% from 255 or 92.89% from 225); Max value from RGB is 209 - color contains mainly: blue. Hex color #010FD1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FD1 is #FEF02E. Grayscale: #202020. Windows color (decimal): -16707631 or 13700865. OLE color: 13700865.
HSL color Cylindrical-coordinate representation of color #010FD1: hue angle of 235.96º 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 #010FD1 is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 15 | 209 | - |
| CMYK | 1.00 | 0.93 | 0 | 0.18 |
| HSL | 235.96º | 0.99% | 0.41% | - |
| HSV(B) | 235.96º | 1% | 0.82% | - |
| XYZ | 11.69 | 4.95 | 60.66 | - |
| YUV | 32.93 | 227.36 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 209 | 1.00 | 0.93 | 0 | 0.18 | 235.96 | 0.99 | 0.41 |
| Hex | 1 | F | D1 | 64 | 5D | 0 | 12 | EC | 63 | 29 |
| Octal | 1 | 17 | 321 | 144 | 135 | 0 | 22 | 354 | 143 | 51 |
| Binary | 1 | 1111 | 11010001 | 1100100 | 1011101 | 0 | 10010 | 11101100 | 1100011 | 101001 |
Color Harmonies of #010FD1
Complementary color
Monochromatic Colors of #010FD1
Black with #010FD1
Text Example
Text Example
White with #010FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FD1; }
p { color: rgb(1,15,209); }
H1.HeaderClassName
{
color: #010FD1;
}
.AnyTagClassName
{
color: #010FD1;
}
</style>
background-color css
<style>
a { background-color: #010FD1; }
a { background-color: rgb(1,15,209); }
div.DivClassName
{
background-color: #010FD1;
}
.BgClassName
{
background-color: #010FD1;
}
</style>
border-color css
<style>
span { border-color: #010FD1; }
span { border-color: rgb(1,15,209); }
td.TdClassName
{
border-color: #010FD1;
}
.TagClassName
{
border-color: #010FD1;
}
</style>