Shades of Medium Blue #0F0EE0
Tints of Medium Blue #0F0EE0
RGB
CMYK
RGB Variations
Color information
#0F0EE0 (or 0x0F0EE0) is known color: Medium Blue. HEX triplet: 0F, 0E and E0. RGB value is (15,14,224). Sum of RGB (Red+Green+Blue) = 15+14+224=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 224 (87.89% from 255 or 88.54% from 253); Max value from RGB is 224 - color contains mainly: blue. Hex color #0F0EE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0EE0 is #F0F11F. Grayscale: #252525. Windows color (decimal): -15790368 or 14683663. OLE color: 14683663.
HSL color Cylindrical-coordinate representation of color #0F0EE0: hue angle of 240.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0EE0 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 14 | 224 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.12 |
| HSL | 240.29º | 0.88% | 0.47% | - |
| HSV(B) | 240.29º | 0.94% | 0.88% | - |
| XYZ | 13.81 | 5.8 | 70.91 | - |
| YUV | 38.24 | 232.83 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 224 | 0.93 | 0.94 | 0 | 0.12 | 240.29 | 0.88 | 0.47 |
| Hex | F | E | E0 | 5D | 5E | 0 | C | F0 | 58 | 2F |
| Octal | 17 | 16 | 340 | 135 | 136 | 0 | 14 | 360 | 130 | 57 |
| Binary | 1111 | 1110 | 11100000 | 1011101 | 1011110 | 0 | 1100 | 11110000 | 1011000 | 101111 |
Color Harmonies of #0F0EE0
Complementary color
Monochromatic Colors of #0F0EE0
Black with #0F0EE0
Text Example
Text Example
White with #0F0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0EE0; }
p { color: rgb(15,14,224); }
H1.HeaderClassName
{
color: #0F0EE0;
}
.AnyTagClassName
{
color: #0F0EE0;
}
</style>
background-color css
<style>
a { background-color: #0F0EE0; }
a { background-color: rgb(15,14,224); }
div.DivClassName
{
background-color: #0F0EE0;
}
.BgClassName
{
background-color: #0F0EE0;
}
</style>
border-color css
<style>
span { border-color: #0F0EE0; }
span { border-color: rgb(15,14,224); }
td.TdClassName
{
border-color: #0F0EE0;
}
.TagClassName
{
border-color: #0F0EE0;
}
</style>