Shades of Blue #0F06F3
Tints of Blue #0F06F3
RGB
CMYK
RGB Variations
Color information
#0F06F3 (or 0x0F06F3) is known color: Blue. HEX triplet: 0F, 06 and F3. RGB value is (15,6,243). Sum of RGB (Red+Green+Blue) = 15+6+243=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 243 (95.31% from 255 or 92.05% from 264); Max value from RGB is 243 - color contains mainly: blue. Hex color #0F06F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F06F3 is #F0F90C. Grayscale: #222222. Windows color (decimal): -15792397 or 15926799. OLE color: 15926799.
HSL color Cylindrical-coordinate representation of color #0F06F3: hue angle of 242.28º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F06F3 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 6 | 243 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.05 |
| HSL | 242.28º | 0.95% | 0.49% | - |
| HSV(B) | 242.28º | 0.98% | 0.95% | - |
| XYZ | 16.44 | 6.7 | 85.22 | - |
| YUV | 35.71 | 244.98 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 243 | 0.94 | 0.98 | 0 | 0.05 | 242.28 | 0.95 | 0.49 |
| Hex | F | 6 | F3 | 5E | 62 | 0 | 5 | F2 | 5F | 31 |
| Octal | 17 | 6 | 363 | 136 | 142 | 0 | 5 | 362 | 137 | 61 |
| Binary | 1111 | 110 | 11110011 | 1011110 | 1100010 | 0 | 101 | 11110010 | 1011111 | 110001 |
Color Harmonies of #0F06F3
Complementary color
Monochromatic Colors of #0F06F3
Black with #0F06F3
Text Example
Text Example
White with #0F06F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F06F3; }
p { color: rgb(15,6,243); }
H1.HeaderClassName
{
color: #0F06F3;
}
.AnyTagClassName
{
color: #0F06F3;
}
</style>
background-color css
<style>
a { background-color: #0F06F3; }
a { background-color: rgb(15,6,243); }
div.DivClassName
{
background-color: #0F06F3;
}
.BgClassName
{
background-color: #0F06F3;
}
</style>
border-color css
<style>
span { border-color: #0F06F3; }
span { border-color: rgb(15,6,243); }
td.TdClassName
{
border-color: #0F06F3;
}
.TagClassName
{
border-color: #0F06F3;
}
</style>