Shades of Medium Blue #0F10DF
Tints of Medium Blue #0F10DF
RGB
CMYK
RGB Variations
Color information
#0F10DF (or 0x0F10DF) is known color: Medium Blue. HEX triplet: 0F, 10 and DF. RGB value is (15,16,223). Sum of RGB (Red+Green+Blue) = 15+16+223=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 223 (87.5% from 255 or 87.80% from 254); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F10DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F10DF is #F0EF20. Grayscale: #262626. Windows color (decimal): -15789857 or 14618639. OLE color: 14618639.
HSL color Cylindrical-coordinate representation of color #0F10DF: hue angle of 239.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F10DF is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 16 | 223 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.13 |
| HSL | 239.71º | 0.87% | 0.47% | - |
| HSV(B) | 239.71º | 0.93% | 0.87% | - |
| XYZ | 13.7 | 5.8 | 70.21 | - |
| YUV | 39.3 | 231.67 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 223 | 0.93 | 0.93 | 0 | 0.13 | 239.71 | 0.87 | 0.47 |
| Hex | F | 10 | DF | 5D | 5D | 0 | D | F0 | 57 | 2F |
| Octal | 17 | 20 | 337 | 135 | 135 | 0 | 15 | 360 | 127 | 57 |
| Binary | 1111 | 10000 | 11011111 | 1011101 | 1011101 | 0 | 1101 | 11110000 | 1010111 | 101111 |
Color Harmonies of #0F10DF
Complementary color
Monochromatic Colors of #0F10DF
Black with #0F10DF
Text Example
Text Example
White with #0F10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F10DF; }
p { color: rgb(15,16,223); }
H1.HeaderClassName
{
color: #0F10DF;
}
.AnyTagClassName
{
color: #0F10DF;
}
</style>
background-color css
<style>
a { background-color: #0F10DF; }
a { background-color: rgb(15,16,223); }
div.DivClassName
{
background-color: #0F10DF;
}
.BgClassName
{
background-color: #0F10DF;
}
</style>
border-color css
<style>
span { border-color: #0F10DF; }
span { border-color: rgb(15,16,223); }
td.TdClassName
{
border-color: #0F10DF;
}
.TagClassName
{
border-color: #0F10DF;
}
</style>