Shades of Medium Blue #0F04DF
Tints of Medium Blue #0F04DF
RGB
CMYK
RGB Variations
Color information
#0F04DF (or 0x0F04DF) is known color: Medium Blue. HEX triplet: 0F, 04 and DF. RGB value is (15,4,223). Sum of RGB (Red+Green+Blue) = 15+4+223=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 223 (87.5% from 255 or 92.15% from 242); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F04DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F04DF is #F0FB20. Grayscale: #1F1F1F. Windows color (decimal): -15792929 or 14615567. OLE color: 14615567.
HSL color Cylindrical-coordinate representation of color #0F04DF: hue angle of 243.01º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F04DF is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 4 | 223 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.13 |
| HSL | 243.01º | 0.96% | 0.45% | - |
| HSV(B) | 243.01º | 0.98% | 0.87% | - |
| XYZ | 13.56 | 5.52 | 70.16 | - |
| YUV | 32.26 | 235.64 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 223 | 0.93 | 0.98 | 0 | 0.13 | 243.01 | 0.96 | 0.45 |
| Hex | F | 4 | DF | 5D | 62 | 0 | D | F3 | 60 | 2D |
| Octal | 17 | 4 | 337 | 135 | 142 | 0 | 15 | 363 | 140 | 55 |
| Binary | 1111 | 100 | 11011111 | 1011101 | 1100010 | 0 | 1101 | 11110011 | 1100000 | 101101 |
Color Harmonies of #0F04DF
Complementary color
Monochromatic Colors of #0F04DF
Black with #0F04DF
Text Example
Text Example
White with #0F04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F04DF; }
p { color: rgb(15,4,223); }
H1.HeaderClassName
{
color: #0F04DF;
}
.AnyTagClassName
{
color: #0F04DF;
}
</style>
background-color css
<style>
a { background-color: #0F04DF; }
a { background-color: rgb(15,4,223); }
div.DivClassName
{
background-color: #0F04DF;
}
.BgClassName
{
background-color: #0F04DF;
}
</style>
border-color css
<style>
span { border-color: #0F04DF; }
span { border-color: rgb(15,4,223); }
td.TdClassName
{
border-color: #0F04DF;
}
.TagClassName
{
border-color: #0F04DF;
}
</style>