Shades of Blue #0810EC
Tints of Blue #0810EC
RGB
CMYK
RGB Variations
Color information
#0810EC (or 0x0810EC) is known color: Blue. HEX triplet: 08, 10 and EC. RGB value is (8,16,236). Sum of RGB (Red+Green+Blue) = 8+16+236=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 236 (92.58% from 255 or 90.77% from 260); Max value from RGB is 236 - color contains mainly: blue. Hex color #0810EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0810EC is #F7EF13. Grayscale: #252525. Windows color (decimal): -16248596 or 15470600. OLE color: 15470600.
HSL color Cylindrical-coordinate representation of color #0810EC: hue angle of 237.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0810EC is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 16 | 236 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.07 |
| HSL | 237.89º | 0.93% | 0.48% | - |
| HSV(B) | 237.89º | 0.97% | 0.93% | - |
| XYZ | 15.43 | 6.48 | 79.79 | - |
| YUV | 38.69 | 239.35 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 236 | 0.97 | 0.93 | 0 | 0.07 | 237.89 | 0.93 | 0.48 |
| Hex | 8 | 10 | EC | 61 | 5D | 0 | 7 | EE | 5D | 30 |
| Octal | 10 | 20 | 354 | 141 | 135 | 0 | 7 | 356 | 135 | 60 |
| Binary | 1000 | 10000 | 11101100 | 1100001 | 1011101 | 0 | 111 | 11101110 | 1011101 | 110000 |
Color Harmonies of #0810EC
Complementary color
Monochromatic Colors of #0810EC
Black with #0810EC
Text Example
Text Example
White with #0810EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0810EC; }
p { color: rgb(8,16,236); }
H1.HeaderClassName
{
color: #0810EC;
}
.AnyTagClassName
{
color: #0810EC;
}
</style>
background-color css
<style>
a { background-color: #0810EC; }
a { background-color: rgb(8,16,236); }
div.DivClassName
{
background-color: #0810EC;
}
.BgClassName
{
background-color: #0810EC;
}
</style>
border-color css
<style>
span { border-color: #0810EC; }
span { border-color: rgb(8,16,236); }
td.TdClassName
{
border-color: #0810EC;
}
.TagClassName
{
border-color: #0810EC;
}
</style>