Shades of Blue #0828F6
Tints of Blue #0828F6
RGB
CMYK
RGB Variations
Color information
#0828F6 (or 0x0828F6) is known color: Blue. HEX triplet: 08, 28 and F6. RGB value is (8,40,246). Sum of RGB (Red+Green+Blue) = 8+40+246=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 246 (96.48% from 255 or 83.67% from 294); Max value from RGB is 246 - color contains mainly: blue. Hex color #0828F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0828F6 is #F7D709. Grayscale: #353535. Windows color (decimal): -16242442 or 16132104. OLE color: 16132104.
HSL color Cylindrical-coordinate representation of color #0828F6: hue angle of 231.93º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0828F6 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 40 | 246 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.04 |
| HSL | 231.93º | 0.94% | 0.5% | - |
| HSV(B) | 231.93º | 0.97% | 0.96% | - |
| XYZ | 17.49 | 8.22 | 87.85 | - |
| YUV | 53.92 | 236.4 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 246 | 0.97 | 0.84 | 0 | 0.04 | 231.93 | 0.94 | 0.5 |
| Hex | 8 | 28 | F6 | 61 | 54 | 0 | 4 | E8 | 5E | 32 |
| Octal | 10 | 50 | 366 | 141 | 124 | 0 | 4 | 350 | 136 | 62 |
| Binary | 1000 | 101000 | 11110110 | 1100001 | 1010100 | 0 | 100 | 11101000 | 1011110 | 110010 |
Color Harmonies of #0828F6
Complementary color
Monochromatic Colors of #0828F6
Black with #0828F6
Text Example
Text Example
White with #0828F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0828F6; }
p { color: rgb(8,40,246); }
H1.HeaderClassName
{
color: #0828F6;
}
.AnyTagClassName
{
color: #0828F6;
}
</style>
background-color css
<style>
a { background-color: #0828F6; }
a { background-color: rgb(8,40,246); }
div.DivClassName
{
background-color: #0828F6;
}
.BgClassName
{
background-color: #0828F6;
}
</style>
border-color css
<style>
span { border-color: #0828F6; }
span { border-color: rgb(8,40,246); }
td.TdClassName
{
border-color: #0828F6;
}
.TagClassName
{
border-color: #0828F6;
}
</style>