Shades of Blue #0825E8
Tints of Blue #0825E8
RGB
CMYK
RGB Variations
Color information
#0825E8 (or 0x0825E8) is known color: Blue. HEX triplet: 08, 25 and E8. RGB value is (8,37,232). Sum of RGB (Red+Green+Blue) = 8+37+232=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 232 (91.02% from 255 or 83.75% from 277); Max value from RGB is 232 - color contains mainly: blue. Hex color #0825E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0825E8 is #F7DA17. Grayscale: #313131. Windows color (decimal): -16243224 or 15213832. OLE color: 15213832.
HSL color Cylindrical-coordinate representation of color #0825E8: hue angle of 232.23º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0825E8 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 37 | 232 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.09 |
| HSL | 232.23º | 0.93% | 0.47% | - |
| HSV(B) | 232.23º | 0.97% | 0.91% | - |
| XYZ | 15.33 | 7.2 | 76.93 | - |
| YUV | 50.56 | 230.39 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 232 | 0.97 | 0.84 | 0 | 0.09 | 232.23 | 0.93 | 0.47 |
| Hex | 8 | 25 | E8 | 61 | 54 | 0 | 9 | E8 | 5D | 2F |
| Octal | 10 | 45 | 350 | 141 | 124 | 0 | 11 | 350 | 135 | 57 |
| Binary | 1000 | 100101 | 11101000 | 1100001 | 1010100 | 0 | 1001 | 11101000 | 1011101 | 101111 |
Color Harmonies of #0825E8
Complementary color
Monochromatic Colors of #0825E8
Black with #0825E8
Text Example
Text Example
White with #0825E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0825E8; }
p { color: rgb(8,37,232); }
H1.HeaderClassName
{
color: #0825E8;
}
.AnyTagClassName
{
color: #0825E8;
}
</style>
background-color css
<style>
a { background-color: #0825E8; }
a { background-color: rgb(8,37,232); }
div.DivClassName
{
background-color: #0825E8;
}
.BgClassName
{
background-color: #0825E8;
}
</style>
border-color css
<style>
span { border-color: #0825E8; }
span { border-color: rgb(8,37,232); }
td.TdClassName
{
border-color: #0825E8;
}
.TagClassName
{
border-color: #0825E8;
}
</style>