Shades of Blue #0827EF
Tints of Blue #0827EF
RGB
CMYK
RGB Variations
Color information
#0827EF (or 0x0827EF) is known color: Blue. HEX triplet: 08, 27 and EF. RGB value is (8,39,239). Sum of RGB (Red+Green+Blue) = 8+39+239=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #0827EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0827EF is #F7D810. Grayscale: #333333. Windows color (decimal): -16242705 or 15673096. OLE color: 15673096.
HSL color Cylindrical-coordinate representation of color #0827EF: hue angle of 231.95º 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 #0827EF is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 39 | 239 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.06 |
| HSL | 231.95º | 0.94% | 0.48% | - |
| HSV(B) | 231.95º | 0.97% | 0.94% | - |
| XYZ | 16.41 | 7.73 | 82.29 | - |
| YUV | 52.53 | 233.23 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 239 | 0.97 | 0.84 | 0 | 0.06 | 231.95 | 0.94 | 0.48 |
| Hex | 8 | 27 | EF | 61 | 54 | 0 | 6 | E8 | 5E | 30 |
| Octal | 10 | 47 | 357 | 141 | 124 | 0 | 6 | 350 | 136 | 60 |
| Binary | 1000 | 100111 | 11101111 | 1100001 | 1010100 | 0 | 110 | 11101000 | 1011110 | 110000 |
Color Harmonies of #0827EF
Complementary color
Monochromatic Colors of #0827EF
Black with #0827EF
Text Example
Text Example
White with #0827EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0827EF; }
p { color: rgb(8,39,239); }
H1.HeaderClassName
{
color: #0827EF;
}
.AnyTagClassName
{
color: #0827EF;
}
</style>
background-color css
<style>
a { background-color: #0827EF; }
a { background-color: rgb(8,39,239); }
div.DivClassName
{
background-color: #0827EF;
}
.BgClassName
{
background-color: #0827EF;
}
</style>
border-color css
<style>
span { border-color: #0827EF; }
span { border-color: rgb(8,39,239); }
td.TdClassName
{
border-color: #0827EF;
}
.TagClassName
{
border-color: #0827EF;
}
</style>