Shades of Blue #0F09FF
Tints of Blue #0F09FF
RGB
CMYK
RGB Variations
Color information
#0F09FF (or 0x0F09FF) is known color: Blue. HEX triplet: 0F, 09 and FF. RGB value is (15,9,255). Sum of RGB (Red+Green+Blue) = 15+9+255=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 255 (100% from 255 or 91.40% from 279); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F09FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F09FF is #F0F600. Grayscale: #252525. Windows color (decimal): -15791617 or 16713999. OLE color: 16713999.
HSL color Cylindrical-coordinate representation of color #0F09FF: hue angle of 241.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F09FF is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 9 | 255 | - |
| CMYK | 0.94 | 0.96 | 0 | 0 |
| HSL | 241.46º | 1% | 0.52% | - |
| HSV(B) | 241.46º | 0.96% | 1% | - |
| XYZ | 18.34 | 7.52 | 95.09 | - |
| YUV | 38.84 | 249.99 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 255 | 0.94 | 0.96 | 0 | 0 | 241.46 | 1 | 0.52 |
| Hex | F | 9 | FF | 5E | 60 | 0 | 0 | F1 | 64 | 34 |
| Octal | 17 | 11 | 377 | 136 | 140 | 0 | 0 | 361 | 144 | 64 |
| Binary | 1111 | 1001 | 11111111 | 1011110 | 1100000 | 0 | 0 | 11110001 | 1100100 | 110100 |
Color Harmonies of #0F09FF
Complementary color
Monochromatic Colors of #0F09FF
Black with #0F09FF
Text Example
Text Example
White with #0F09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F09FF; }
p { color: rgb(15,9,255); }
H1.HeaderClassName
{
color: #0F09FF;
}
.AnyTagClassName
{
color: #0F09FF;
}
</style>
background-color css
<style>
a { background-color: #0F09FF; }
a { background-color: rgb(15,9,255); }
div.DivClassName
{
background-color: #0F09FF;
}
.BgClassName
{
background-color: #0F09FF;
}
</style>
border-color css
<style>
span { border-color: #0F09FF; }
span { border-color: rgb(15,9,255); }
td.TdClassName
{
border-color: #0F09FF;
}
.TagClassName
{
border-color: #0F09FF;
}
</style>