Shades of Medium Blue #0F0CCD
Tints of Medium Blue #0F0CCD
RGB
CMYK
RGB Variations
Color information
#0F0CCD (or 0x0F0CCD) is known color: Medium Blue. HEX triplet: 0F, 0C and CD. RGB value is (15,12,205). Sum of RGB (Red+Green+Blue) = 15+12+205=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 205 (80.47% from 255 or 88.36% from 232); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F0CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0CCD is #F0F332. Grayscale: #222222. Windows color (decimal): -15790899 or 13437967. OLE color: 13437967.
HSL color Cylindrical-coordinate representation of color #0F0CCD: hue angle of 240.93º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0CCD is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 12 | 205 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.20 |
| HSL | 240.93º | 0.89% | 0.43% | - |
| HSV(B) | 240.93º | 0.94% | 0.8% | - |
| XYZ | 11.35 | 4.77 | 58.08 | - |
| YUV | 34.9 | 223.99 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 205 | 0.93 | 0.94 | 0 | 0.20 | 240.93 | 0.89 | 0.43 |
| Hex | F | C | CD | 5D | 5E | 0 | 14 | F1 | 59 | 2B |
| Octal | 17 | 14 | 315 | 135 | 136 | 0 | 24 | 361 | 131 | 53 |
| Binary | 1111 | 1100 | 11001101 | 1011101 | 1011110 | 0 | 10100 | 11110001 | 1011001 | 101011 |
Color Harmonies of #0F0CCD
Complementary color
Monochromatic Colors of #0F0CCD
Black with #0F0CCD
Text Example
Text Example
White with #0F0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0CCD; }
p { color: rgb(15,12,205); }
H1.HeaderClassName
{
color: #0F0CCD;
}
.AnyTagClassName
{
color: #0F0CCD;
}
</style>
background-color css
<style>
a { background-color: #0F0CCD; }
a { background-color: rgb(15,12,205); }
div.DivClassName
{
background-color: #0F0CCD;
}
.BgClassName
{
background-color: #0F0CCD;
}
</style>
border-color css
<style>
span { border-color: #0F0CCD; }
span { border-color: rgb(15,12,205); }
td.TdClassName
{
border-color: #0F0CCD;
}
.TagClassName
{
border-color: #0F0CCD;
}
</style>