Shades of Medium Blue #0F0EDD
Tints of Medium Blue #0F0EDD
RGB
CMYK
RGB Variations
Color information
#0F0EDD (or 0x0F0EDD) is known color: Medium Blue. HEX triplet: 0F, 0E and DD. RGB value is (15,14,221). Sum of RGB (Red+Green+Blue) = 15+14+221=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 221 (86.72% from 255 or 88.4% from 250); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F0EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0EDD is #F0F122. Grayscale: #252525. Windows color (decimal): -15790371 or 14487055. OLE color: 14487055.
HSL color Cylindrical-coordinate representation of color #0F0EDD: hue angle of 240.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0EDD is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 14 | 221 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.13 |
| HSL | 240.29º | 0.88% | 0.46% | - |
| HSV(B) | 240.29º | 0.94% | 0.87% | - |
| XYZ | 13.41 | 5.64 | 68.79 | - |
| YUV | 37.9 | 231.33 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 221 | 0.93 | 0.94 | 0 | 0.13 | 240.29 | 0.88 | 0.46 |
| Hex | F | E | DD | 5D | 5E | 0 | D | F0 | 58 | 2E |
| Octal | 17 | 16 | 335 | 135 | 136 | 0 | 15 | 360 | 130 | 56 |
| Binary | 1111 | 1110 | 11011101 | 1011101 | 1011110 | 0 | 1101 | 11110000 | 1011000 | 101110 |
Color Harmonies of #0F0EDD
Complementary color
Monochromatic Colors of #0F0EDD
Black with #0F0EDD
Text Example
Text Example
White with #0F0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0EDD; }
p { color: rgb(15,14,221); }
H1.HeaderClassName
{
color: #0F0EDD;
}
.AnyTagClassName
{
color: #0F0EDD;
}
</style>
background-color css
<style>
a { background-color: #0F0EDD; }
a { background-color: rgb(15,14,221); }
div.DivClassName
{
background-color: #0F0EDD;
}
.BgClassName
{
background-color: #0F0EDD;
}
</style>
border-color css
<style>
span { border-color: #0F0EDD; }
span { border-color: rgb(15,14,221); }
td.TdClassName
{
border-color: #0F0EDD;
}
.TagClassName
{
border-color: #0F0EDD;
}
</style>