Shades of Blue #0827FF
Tints of Blue #0827FF
RGB
CMYK
RGB Variations
Color information
#0827FF (or 0x0827FF) is known color: Blue. HEX triplet: 08, 27 and FF. RGB value is (8,39,255). Sum of RGB (Red+Green+Blue) = 8+39+255=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 255 (100% from 255 or 84.44% from 302); Max value from RGB is 255 - color contains mainly: blue. Hex color #0827FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0827FF is #F7D800. Grayscale: #353535. Windows color (decimal): -16242689 or 16721672. OLE color: 16721672.
HSL color Cylindrical-coordinate representation of color #0827FF: hue angle of 232.47º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0827FF is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 39 | 255 | - |
| CMYK | 0.97 | 0.85 | 0 | 0 |
| HSL | 232.47º | 1% | 0.52% | - |
| HSV(B) | 232.47º | 0.97% | 1% | - |
| XYZ | 18.88 | 8.72 | 95.3 | - |
| YUV | 54.36 | 241.23 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 255 | 0.97 | 0.85 | 0 | 0 | 232.47 | 1 | 0.52 |
| Hex | 8 | 27 | FF | 61 | 55 | 0 | 0 | E8 | 64 | 34 |
| Octal | 10 | 47 | 377 | 141 | 125 | 0 | 0 | 350 | 144 | 64 |
| Binary | 1000 | 100111 | 11111111 | 1100001 | 1010101 | 0 | 0 | 11101000 | 1100100 | 110100 |
Color Harmonies of #0827FF
Complementary color
Monochromatic Colors of #0827FF
Black with #0827FF
Text Example
Text Example
White with #0827FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0827FF; }
p { color: rgb(8,39,255); }
H1.HeaderClassName
{
color: #0827FF;
}
.AnyTagClassName
{
color: #0827FF;
}
</style>
background-color css
<style>
a { background-color: #0827FF; }
a { background-color: rgb(8,39,255); }
div.DivClassName
{
background-color: #0827FF;
}
.BgClassName
{
background-color: #0827FF;
}
</style>
border-color css
<style>
span { border-color: #0827FF; }
span { border-color: rgb(8,39,255); }
td.TdClassName
{
border-color: #0827FF;
}
.TagClassName
{
border-color: #0827FF;
}
</style>