Shades of Blue #0827EC
Tints of Blue #0827EC
RGB
CMYK
RGB Variations
Color information
#0827EC (or 0x0827EC) is known color: Blue. HEX triplet: 08, 27 and EC. RGB value is (8,39,236). Sum of RGB (Red+Green+Blue) = 8+39+236=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 236 (92.58% from 255 or 83.39% from 283); Max value from RGB is 236 - color contains mainly: blue. Hex color #0827EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0827EC is #F7D813. Grayscale: #333333. Windows color (decimal): -16242708 or 15476488. OLE color: 15476488.
HSL color Cylindrical-coordinate representation of color #0827EC: hue angle of 231.84º 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 #0827EC is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 39 | 236 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.07 |
| HSL | 231.84º | 0.93% | 0.48% | - |
| HSV(B) | 231.84º | 0.97% | 0.93% | - |
| XYZ | 15.97 | 7.56 | 79.97 | - |
| YUV | 52.19 | 231.73 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 236 | 0.97 | 0.83 | 0 | 0.07 | 231.84 | 0.93 | 0.48 |
| Hex | 8 | 27 | EC | 61 | 53 | 0 | 7 | E8 | 5D | 30 |
| Octal | 10 | 47 | 354 | 141 | 123 | 0 | 7 | 350 | 135 | 60 |
| Binary | 1000 | 100111 | 11101100 | 1100001 | 1010011 | 0 | 111 | 11101000 | 1011101 | 110000 |
Color Harmonies of #0827EC
Complementary color
Monochromatic Colors of #0827EC
Black with #0827EC
Text Example
Text Example
White with #0827EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0827EC; }
p { color: rgb(8,39,236); }
H1.HeaderClassName
{
color: #0827EC;
}
.AnyTagClassName
{
color: #0827EC;
}
</style>
background-color css
<style>
a { background-color: #0827EC; }
a { background-color: rgb(8,39,236); }
div.DivClassName
{
background-color: #0827EC;
}
.BgClassName
{
background-color: #0827EC;
}
</style>
border-color css
<style>
span { border-color: #0827EC; }
span { border-color: rgb(8,39,236); }
td.TdClassName
{
border-color: #0827EC;
}
.TagClassName
{
border-color: #0827EC;
}
</style>