Shades of Blue #0828FA
Tints of Blue #0828FA
RGB
CMYK
RGB Variations
Color information
#0828FA (or 0x0828FA) is known color: Blue. HEX triplet: 08, 28 and FA. RGB value is (8,40,250). Sum of RGB (Red+Green+Blue) = 8+40+250=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 250 (98.05% from 255 or 83.89% from 298); Max value from RGB is 250 - color contains mainly: blue. Hex color #0828FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0828FA is #F7D705. Grayscale: #353535. Windows color (decimal): -16242438 or 16394248. OLE color: 16394248.
HSL color Cylindrical-coordinate representation of color #0828FA: hue angle of 232.07º 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 #0828FA is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 40 | 250 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.02 |
| HSL | 232.07º | 0.96% | 0.51% | - |
| HSV(B) | 232.07º | 0.97% | 0.98% | - |
| XYZ | 18.11 | 8.47 | 91.12 | - |
| YUV | 54.37 | 238.4 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 250 | 0.97 | 0.84 | 0 | 0.02 | 232.07 | 0.96 | 0.51 |
| Hex | 8 | 28 | FA | 61 | 54 | 0 | 2 | E8 | 60 | 33 |
| Octal | 10 | 50 | 372 | 141 | 124 | 0 | 2 | 350 | 140 | 63 |
| Binary | 1000 | 101000 | 11111010 | 1100001 | 1010100 | 0 | 10 | 11101000 | 1100000 | 110011 |
Color Harmonies of #0828FA
Complementary color
Monochromatic Colors of #0828FA
Black with #0828FA
Text Example
Text Example
White with #0828FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0828FA; }
p { color: rgb(8,40,250); }
H1.HeaderClassName
{
color: #0828FA;
}
.AnyTagClassName
{
color: #0828FA;
}
</style>
background-color css
<style>
a { background-color: #0828FA; }
a { background-color: rgb(8,40,250); }
div.DivClassName
{
background-color: #0828FA;
}
.BgClassName
{
background-color: #0828FA;
}
</style>
border-color css
<style>
span { border-color: #0828FA; }
span { border-color: rgb(8,40,250); }
td.TdClassName
{
border-color: #0828FA;
}
.TagClassName
{
border-color: #0828FA;
}
</style>