Shades of Medium Blue #0F20DF
Tints of Medium Blue #0F20DF
RGB
CMYK
RGB Variations
Color information
#0F20DF (or 0x0F20DF) is known color: Medium Blue. HEX triplet: 0F, 20 and DF. RGB value is (15,32,223). Sum of RGB (Red+Green+Blue) = 15+32+223=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F20DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F20DF is #F0DF20. Grayscale: #2F2F2F. Windows color (decimal): -15785761 or 14622735. OLE color: 14622735.
HSL color Cylindrical-coordinate representation of color #0F20DF: hue angle of 235.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F20DF is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 32 | 223 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.13 |
| HSL | 235.1º | 0.87% | 0.47% | - |
| HSV(B) | 235.1º | 0.93% | 0.87% | - |
| XYZ | 14.03 | 6.46 | 70.32 | - |
| YUV | 48.69 | 226.37 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 223 | 0.93 | 0.86 | 0 | 0.13 | 235.1 | 0.87 | 0.47 |
| Hex | F | 20 | DF | 5D | 56 | 0 | D | EB | 57 | 2F |
| Octal | 17 | 40 | 337 | 135 | 126 | 0 | 15 | 353 | 127 | 57 |
| Binary | 1111 | 100000 | 11011111 | 1011101 | 1010110 | 0 | 1101 | 11101011 | 1010111 | 101111 |
Color Harmonies of #0F20DF
Complementary color
Monochromatic Colors of #0F20DF
Black with #0F20DF
Text Example
Text Example
White with #0F20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F20DF; }
p { color: rgb(15,32,223); }
H1.HeaderClassName
{
color: #0F20DF;
}
.AnyTagClassName
{
color: #0F20DF;
}
</style>
background-color css
<style>
a { background-color: #0F20DF; }
a { background-color: rgb(15,32,223); }
div.DivClassName
{
background-color: #0F20DF;
}
.BgClassName
{
background-color: #0F20DF;
}
</style>
border-color css
<style>
span { border-color: #0F20DF; }
span { border-color: rgb(15,32,223); }
td.TdClassName
{
border-color: #0F20DF;
}
.TagClassName
{
border-color: #0F20DF;
}
</style>