Shades of Medium Blue #0F04DD
Tints of Medium Blue #0F04DD
RGB
CMYK
RGB Variations
Color information
#0F04DD (or 0x0F04DD) is known color: Medium Blue. HEX triplet: 0F, 04 and DD. RGB value is (15,4,221). Sum of RGB (Red+Green+Blue) = 15+4+221=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 221 (86.72% from 255 or 92.08% from 240); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F04DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F04DD is #F0FB22. Grayscale: #1F1F1F. Windows color (decimal): -15792931 or 14484495. OLE color: 14484495.
HSL color Cylindrical-coordinate representation of color #0F04DD: hue angle of 243.04º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F04DD is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 4 | 221 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.13 |
| HSL | 243.04º | 0.96% | 0.44% | - |
| HSV(B) | 243.04º | 0.98% | 0.87% | - |
| XYZ | 13.29 | 5.41 | 68.75 | - |
| YUV | 32.03 | 234.64 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 221 | 0.93 | 0.98 | 0 | 0.13 | 243.04 | 0.96 | 0.44 |
| Hex | F | 4 | DD | 5D | 62 | 0 | D | F3 | 60 | 2C |
| Octal | 17 | 4 | 335 | 135 | 142 | 0 | 15 | 363 | 140 | 54 |
| Binary | 1111 | 100 | 11011101 | 1011101 | 1100010 | 0 | 1101 | 11110011 | 1100000 | 101100 |
Color Harmonies of #0F04DD
Complementary color
Monochromatic Colors of #0F04DD
Black with #0F04DD
Text Example
Text Example
White with #0F04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F04DD; }
p { color: rgb(15,4,221); }
H1.HeaderClassName
{
color: #0F04DD;
}
.AnyTagClassName
{
color: #0F04DD;
}
</style>
background-color css
<style>
a { background-color: #0F04DD; }
a { background-color: rgb(15,4,221); }
div.DivClassName
{
background-color: #0F04DD;
}
.BgClassName
{
background-color: #0F04DD;
}
</style>
border-color css
<style>
span { border-color: #0F04DD; }
span { border-color: rgb(15,4,221); }
td.TdClassName
{
border-color: #0F04DD;
}
.TagClassName
{
border-color: #0F04DD;
}
</style>