Shades of Medium Blue #0F0CE2
Tints of Medium Blue #0F0CE2
RGB
CMYK
RGB Variations
Color information
#0F0CE2 (or 0x0F0CE2) is known color: Medium Blue. HEX triplet: 0F, 0C and E2. RGB value is (15,12,226). Sum of RGB (Red+Green+Blue) = 15+12+226=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 226 (88.67% from 255 or 89.33% from 253); Max value from RGB is 226 - color contains mainly: blue. Hex color #0F0CE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0CE2 is #F0F31D. Grayscale: #242424. Windows color (decimal): -15790878 or 14814223. OLE color: 14814223.
HSL color Cylindrical-coordinate representation of color #0F0CE2: hue angle of 240.84º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0CE2 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 12 | 226 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.11 |
| HSL | 240.84º | 0.9% | 0.47% | - |
| HSV(B) | 240.84º | 0.95% | 0.89% | - |
| XYZ | 14.06 | 5.86 | 72.34 | - |
| YUV | 37.29 | 234.49 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 226 | 0.93 | 0.95 | 0 | 0.11 | 240.84 | 0.9 | 0.47 |
| Hex | F | C | E2 | 5D | 5F | 0 | B | F1 | 5A | 2F |
| Octal | 17 | 14 | 342 | 135 | 137 | 0 | 13 | 361 | 132 | 57 |
| Binary | 1111 | 1100 | 11100010 | 1011101 | 1011111 | 0 | 1011 | 11110001 | 1011010 | 101111 |
Color Harmonies of #0F0CE2
Complementary color
Monochromatic Colors of #0F0CE2
Black with #0F0CE2
Text Example
Text Example
White with #0F0CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0CE2; }
p { color: rgb(15,12,226); }
H1.HeaderClassName
{
color: #0F0CE2;
}
.AnyTagClassName
{
color: #0F0CE2;
}
</style>
background-color css
<style>
a { background-color: #0F0CE2; }
a { background-color: rgb(15,12,226); }
div.DivClassName
{
background-color: #0F0CE2;
}
.BgClassName
{
background-color: #0F0CE2;
}
</style>
border-color css
<style>
span { border-color: #0F0CE2; }
span { border-color: rgb(15,12,226); }
td.TdClassName
{
border-color: #0F0CE2;
}
.TagClassName
{
border-color: #0F0CE2;
}
</style>