Shades of Medium Blue #0F08DD
Tints of Medium Blue #0F08DD
RGB
CMYK
RGB Variations
Color information
#0F08DD (or 0x0F08DD) is known color: Medium Blue. HEX triplet: 0F, 08 and DD. RGB value is (15,8,221). Sum of RGB (Red+Green+Blue) = 15+8+221=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 221 (86.72% from 255 or 90.57% from 244); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F08DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F08DD is #F0F722. Grayscale: #212121. Windows color (decimal): -15791907 or 14485519. OLE color: 14485519.
HSL color Cylindrical-coordinate representation of color #0F08DD: hue angle of 241.97º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F08DD is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 8 | 221 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.13 |
| HSL | 241.97º | 0.93% | 0.45% | - |
| HSV(B) | 241.97º | 0.96% | 0.87% | - |
| XYZ | 13.33 | 5.5 | 68.76 | - |
| YUV | 34.38 | 233.32 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 221 | 0.93 | 0.96 | 0 | 0.13 | 241.97 | 0.93 | 0.45 |
| Hex | F | 8 | DD | 5D | 60 | 0 | D | F2 | 5D | 2D |
| Octal | 17 | 10 | 335 | 135 | 140 | 0 | 15 | 362 | 135 | 55 |
| Binary | 1111 | 1000 | 11011101 | 1011101 | 1100000 | 0 | 1101 | 11110010 | 1011101 | 101101 |
Color Harmonies of #0F08DD
Complementary color
Monochromatic Colors of #0F08DD
Black with #0F08DD
Text Example
Text Example
White with #0F08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F08DD; }
p { color: rgb(15,8,221); }
H1.HeaderClassName
{
color: #0F08DD;
}
.AnyTagClassName
{
color: #0F08DD;
}
</style>
background-color css
<style>
a { background-color: #0F08DD; }
a { background-color: rgb(15,8,221); }
div.DivClassName
{
background-color: #0F08DD;
}
.BgClassName
{
background-color: #0F08DD;
}
</style>
border-color css
<style>
span { border-color: #0F08DD; }
span { border-color: rgb(15,8,221); }
td.TdClassName
{
border-color: #0F08DD;
}
.TagClassName
{
border-color: #0F08DD;
}
</style>