Shades of Medium Blue #0815CE
Tints of Medium Blue #0815CE
RGB
CMYK
RGB Variations
Color information
#0815CE (or 0x0815CE) is known color: Medium Blue. HEX triplet: 08, 15 and CE. RGB value is (8,21,206). Sum of RGB (Red+Green+Blue) = 8+21+206=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 206 (80.86% from 255 or 87.66% from 235); Max value from RGB is 206 - color contains mainly: blue. Hex color #0815CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0815CE is #F7EA31. Grayscale: #252525. Windows color (decimal): -16247346 or 13505800. OLE color: 13505800.
HSL color Cylindrical-coordinate representation of color #0815CE: hue angle of 236.06º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0815CE is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 21 | 206 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.19 |
| HSL | 236.06º | 0.93% | 0.42% | - |
| HSV(B) | 236.06º | 0.96% | 0.81% | - |
| XYZ | 11.51 | 5.04 | 58.76 | - |
| YUV | 38.2 | 222.69 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 206 | 0.96 | 0.90 | 0 | 0.19 | 236.06 | 0.93 | 0.42 |
| Hex | 8 | 15 | CE | 60 | 5A | 0 | 13 | EC | 5D | 2A |
| Octal | 10 | 25 | 316 | 140 | 132 | 0 | 23 | 354 | 135 | 52 |
| Binary | 1000 | 10101 | 11001110 | 1100000 | 1011010 | 0 | 10011 | 11101100 | 1011101 | 101010 |
Color Harmonies of #0815CE
Complementary color
Monochromatic Colors of #0815CE
Black with #0815CE
Text Example
Text Example
White with #0815CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0815CE; }
p { color: rgb(8,21,206); }
H1.HeaderClassName
{
color: #0815CE;
}
.AnyTagClassName
{
color: #0815CE;
}
</style>
background-color css
<style>
a { background-color: #0815CE; }
a { background-color: rgb(8,21,206); }
div.DivClassName
{
background-color: #0815CE;
}
.BgClassName
{
background-color: #0815CE;
}
</style>
border-color css
<style>
span { border-color: #0815CE; }
span { border-color: rgb(8,21,206); }
td.TdClassName
{
border-color: #0815CE;
}
.TagClassName
{
border-color: #0815CE;
}
</style>