Shades of Blue #0F1FFF
Tints of Blue #0F1FFF
RGB
CMYK
RGB Variations
Color information
#0F1FFF (or 0x0F1FFF) is known color: Blue. HEX triplet: 0F, 1F and FF. RGB value is (15,31,255). Sum of RGB (Red+Green+Blue) = 15+31+255=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 255 (100% from 255 or 84.72% from 301); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F1FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1FFF is #F0E000. Grayscale: #323232. Windows color (decimal): -15785985 or 16719631. OLE color: 16719631.
HSL color Cylindrical-coordinate representation of color #0F1FFF: hue angle of 236º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F1FFF is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 31 | 255 | - |
| CMYK | 0.94 | 0.88 | 0 | 0 |
| HSL | 236º | 1% | 0.53% | - |
| HSV(B) | 236º | 0.94% | 1% | - |
| XYZ | 18.74 | 8.3 | 95.22 | - |
| YUV | 51.75 | 242.7 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 255 | 0.94 | 0.88 | 0 | 0 | 236 | 1 | 0.53 |
| Hex | F | 1F | FF | 5E | 58 | 0 | 0 | EC | 64 | 35 |
| Octal | 17 | 37 | 377 | 136 | 130 | 0 | 0 | 354 | 144 | 65 |
| Binary | 1111 | 11111 | 11111111 | 1011110 | 1011000 | 0 | 0 | 11101100 | 1100100 | 110101 |
Color Harmonies of #0F1FFF
Complementary color
Monochromatic Colors of #0F1FFF
Black with #0F1FFF
Text Example
Text Example
White with #0F1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1FFF; }
p { color: rgb(15,31,255); }
H1.HeaderClassName
{
color: #0F1FFF;
}
.AnyTagClassName
{
color: #0F1FFF;
}
</style>
background-color css
<style>
a { background-color: #0F1FFF; }
a { background-color: rgb(15,31,255); }
div.DivClassName
{
background-color: #0F1FFF;
}
.BgClassName
{
background-color: #0F1FFF;
}
</style>
border-color css
<style>
span { border-color: #0F1FFF; }
span { border-color: rgb(15,31,255); }
td.TdClassName
{
border-color: #0F1FFF;
}
.TagClassName
{
border-color: #0F1FFF;
}
</style>