Shades of Medium Blue #0A0FCD
Tints of Medium Blue #0A0FCD
RGB
CMYK
RGB Variations
Color information
#0A0FCD (or 0x0A0FCD) is known color: Medium Blue. HEX triplet: 0A, 0F and CD. RGB value is (10,15,205). Sum of RGB (Red+Green+Blue) = 10+15+205=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 205 (80.47% from 255 or 89.13% from 230); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A0FCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A0FCD is #F5F032. Grayscale: #222222. Windows color (decimal): -16117811 or 13438730. OLE color: 13438730.
HSL color Cylindrical-coordinate representation of color #0A0FCD: hue angle of 238.46º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0FCD is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 15 | 205 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.20 |
| HSL | 238.46º | 0.91% | 0.42% | - |
| HSV(B) | 238.46º | 0.95% | 0.8% | - |
| XYZ | 11.32 | 4.81 | 58.09 | - |
| YUV | 35.17 | 223.84 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 15 | 205 | 0.95 | 0.93 | 0 | 0.20 | 238.46 | 0.91 | 0.42 |
| Hex | A | F | CD | 5F | 5D | 0 | 14 | EE | 5B | 2A |
| Octal | 12 | 17 | 315 | 137 | 135 | 0 | 24 | 356 | 133 | 52 |
| Binary | 1010 | 1111 | 11001101 | 1011111 | 1011101 | 0 | 10100 | 11101110 | 1011011 | 101010 |
Color Harmonies of #0A0FCD
Complementary color
Monochromatic Colors of #0A0FCD
Black with #0A0FCD
Text Example
Text Example
White with #0A0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0FCD; }
p { color: rgb(10,15,205); }
H1.HeaderClassName
{
color: #0A0FCD;
}
.AnyTagClassName
{
color: #0A0FCD;
}
</style>
background-color css
<style>
a { background-color: #0A0FCD; }
a { background-color: rgb(10,15,205); }
div.DivClassName
{
background-color: #0A0FCD;
}
.BgClassName
{
background-color: #0A0FCD;
}
</style>
border-color css
<style>
span { border-color: #0A0FCD; }
span { border-color: rgb(10,15,205); }
td.TdClassName
{
border-color: #0A0FCD;
}
.TagClassName
{
border-color: #0A0FCD;
}
</style>