Shades of Blue #0F03F0
Tints of Blue #0F03F0
RGB
CMYK
RGB Variations
Color information
#0F03F0 (or 0x0F03F0) is known color: Blue. HEX triplet: 0F, 03 and F0. RGB value is (15,3,240). Sum of RGB (Red+Green+Blue) = 15+3+240=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 240 (94.14% from 255 or 93.02% from 258); Max value from RGB is 240 - color contains mainly: blue. Hex color #0F03F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F03F0 is #F0FC0F. Grayscale: #202020. Windows color (decimal): -15793168 or 15729423. OLE color: 15729423.
HSL color Cylindrical-coordinate representation of color #0F03F0: hue angle of 243.04º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F03F0 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 3 | 240 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.06 |
| HSL | 243.04º | 0.98% | 0.48% | - |
| HSV(B) | 243.04º | 0.99% | 0.94% | - |
| XYZ | 15.96 | 6.46 | 82.84 | - |
| YUV | 33.61 | 244.48 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 240 | 0.94 | 0.99 | 0 | 0.06 | 243.04 | 0.98 | 0.48 |
| Hex | F | 3 | F0 | 5E | 63 | 0 | 6 | F3 | 62 | 30 |
| Octal | 17 | 3 | 360 | 136 | 143 | 0 | 6 | 363 | 142 | 60 |
| Binary | 1111 | 11 | 11110000 | 1011110 | 1100011 | 0 | 110 | 11110011 | 1100010 | 110000 |
Color Harmonies of #0F03F0
Complementary color
Monochromatic Colors of #0F03F0
Black with #0F03F0
Text Example
Text Example
White with #0F03F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F03F0; }
p { color: rgb(15,3,240); }
H1.HeaderClassName
{
color: #0F03F0;
}
.AnyTagClassName
{
color: #0F03F0;
}
</style>
background-color css
<style>
a { background-color: #0F03F0; }
a { background-color: rgb(15,3,240); }
div.DivClassName
{
background-color: #0F03F0;
}
.BgClassName
{
background-color: #0F03F0;
}
</style>
border-color css
<style>
span { border-color: #0F03F0; }
span { border-color: rgb(15,3,240); }
td.TdClassName
{
border-color: #0F03F0;
}
.TagClassName
{
border-color: #0F03F0;
}
</style>