Shades of Blue #0810EF
Tints of Blue #0810EF
RGB
CMYK
RGB Variations
Color information
#0810EF (or 0x0810EF) is known color: Blue. HEX triplet: 08, 10 and EF. RGB value is (8,16,239). Sum of RGB (Red+Green+Blue) = 8+16+239=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 239 (93.75% from 255 or 90.87% from 263); Max value from RGB is 239 - color contains mainly: blue. Hex color #0810EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0810EF is #F7EF10. Grayscale: #262626. Windows color (decimal): -16248593 or 15667208. OLE color: 15667208.
HSL color Cylindrical-coordinate representation of color #0810EF: hue angle of 237.92º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0810EF is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 16 | 239 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.06 |
| HSL | 237.92º | 0.94% | 0.48% | - |
| HSV(B) | 237.92º | 0.97% | 0.94% | - |
| XYZ | 15.87 | 6.65 | 82.11 | - |
| YUV | 39.03 | 240.85 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 239 | 0.97 | 0.93 | 0 | 0.06 | 237.92 | 0.94 | 0.48 |
| Hex | 8 | 10 | EF | 61 | 5D | 0 | 6 | EE | 5E | 30 |
| Octal | 10 | 20 | 357 | 141 | 135 | 0 | 6 | 356 | 136 | 60 |
| Binary | 1000 | 10000 | 11101111 | 1100001 | 1011101 | 0 | 110 | 11101110 | 1011110 | 110000 |
Color Harmonies of #0810EF
Complementary color
Monochromatic Colors of #0810EF
Black with #0810EF
Text Example
Text Example
White with #0810EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0810EF; }
p { color: rgb(8,16,239); }
H1.HeaderClassName
{
color: #0810EF;
}
.AnyTagClassName
{
color: #0810EF;
}
</style>
background-color css
<style>
a { background-color: #0810EF; }
a { background-color: rgb(8,16,239); }
div.DivClassName
{
background-color: #0810EF;
}
.BgClassName
{
background-color: #0810EF;
}
</style>
border-color css
<style>
span { border-color: #0810EF; }
span { border-color: rgb(8,16,239); }
td.TdClassName
{
border-color: #0810EF;
}
.TagClassName
{
border-color: #0810EF;
}
</style>