Shades of Medium Blue #010FD4
Tints of Medium Blue #010FD4
RGB
CMYK
RGB Variations
Color information
#010FD4 (or 0x010FD4) is known color: Medium Blue. HEX triplet: 01, 0F and D4. RGB value is (1,15,212). Sum of RGB (Red+Green+Blue) = 1+15+212=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 212 (83.20% from 255 or 92.98% from 228); Max value from RGB is 212 - color contains mainly: blue. Hex color #010FD4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FD4 is #FEF02B. Grayscale: #202020. Windows color (decimal): -16707628 or 13897473. OLE color: 13897473.
HSL color Cylindrical-coordinate representation of color #010FD4: hue angle of 236.02º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010FD4 is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 15 | 212 | - |
| CMYK | 1.00 | 0.93 | 0 | 0.17 |
| HSL | 236.02º | 0.99% | 0.42% | - |
| HSV(B) | 236.02º | 1% | 0.83% | - |
| XYZ | 12.07 | 5.1 | 62.64 | - |
| YUV | 33.27 | 228.86 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 212 | 1.00 | 0.93 | 0 | 0.17 | 236.02 | 0.99 | 0.42 |
| Hex | 1 | F | D4 | 64 | 5D | 0 | 11 | EC | 63 | 2A |
| Octal | 1 | 17 | 324 | 144 | 135 | 0 | 21 | 354 | 143 | 52 |
| Binary | 1 | 1111 | 11010100 | 1100100 | 1011101 | 0 | 10001 | 11101100 | 1100011 | 101010 |
Color Harmonies of #010FD4
Complementary color
Monochromatic Colors of #010FD4
Black with #010FD4
Text Example
Text Example
White with #010FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FD4; }
p { color: rgb(1,15,212); }
H1.HeaderClassName
{
color: #010FD4;
}
.AnyTagClassName
{
color: #010FD4;
}
</style>
background-color css
<style>
a { background-color: #010FD4; }
a { background-color: rgb(1,15,212); }
div.DivClassName
{
background-color: #010FD4;
}
.BgClassName
{
background-color: #010FD4;
}
</style>
border-color css
<style>
span { border-color: #010FD4; }
span { border-color: rgb(1,15,212); }
td.TdClassName
{
border-color: #010FD4;
}
.TagClassName
{
border-color: #010FD4;
}
</style>