Shades of Blue #0827FA
Tints of Blue #0827FA
RGB
CMYK
RGB Variations
Color information
#0827FA (or 0x0827FA) is known color: Blue. HEX triplet: 08, 27 and FA. RGB value is (8,39,250). Sum of RGB (Red+Green+Blue) = 8+39+250=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 250 (98.05% from 255 or 84.18% from 297); Max value from RGB is 250 - color contains mainly: blue. Hex color #0827FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0827FA is #F7D805. Grayscale: #343434. Windows color (decimal): -16242694 or 16393992. OLE color: 16393992.
HSL color Cylindrical-coordinate representation of color #0827FA: hue angle of 232.31º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0827FA is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 39 | 250 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.02 |
| HSL | 232.31º | 0.96% | 0.51% | - |
| HSV(B) | 232.31º | 0.97% | 0.98% | - |
| XYZ | 18.08 | 8.4 | 91.11 | - |
| YUV | 53.79 | 238.73 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 250 | 0.97 | 0.84 | 0 | 0.02 | 232.31 | 0.96 | 0.51 |
| Hex | 8 | 27 | FA | 61 | 54 | 0 | 2 | E8 | 60 | 33 |
| Octal | 10 | 47 | 372 | 141 | 124 | 0 | 2 | 350 | 140 | 63 |
| Binary | 1000 | 100111 | 11111010 | 1100001 | 1010100 | 0 | 10 | 11101000 | 1100000 | 110011 |
Color Harmonies of #0827FA
Complementary color
Monochromatic Colors of #0827FA
Black with #0827FA
Text Example
Text Example
White with #0827FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0827FA; }
p { color: rgb(8,39,250); }
H1.HeaderClassName
{
color: #0827FA;
}
.AnyTagClassName
{
color: #0827FA;
}
</style>
background-color css
<style>
a { background-color: #0827FA; }
a { background-color: rgb(8,39,250); }
div.DivClassName
{
background-color: #0827FA;
}
.BgClassName
{
background-color: #0827FA;
}
</style>
border-color css
<style>
span { border-color: #0827FA; }
span { border-color: rgb(8,39,250); }
td.TdClassName
{
border-color: #0827FA;
}
.TagClassName
{
border-color: #0827FA;
}
</style>