Shades of Blue #0825E9
Tints of Blue #0825E9
RGB
CMYK
RGB Variations
Color information
#0825E9 (or 0x0825E9) is known color: Blue. HEX triplet: 08, 25 and E9. RGB value is (8,37,233). Sum of RGB (Red+Green+Blue) = 8+37+233=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 233 (91.41% from 255 or 83.81% from 278); Max value from RGB is 233 - color contains mainly: blue. Hex color #0825E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0825E9 is #F7DA16. Grayscale: #313131. Windows color (decimal): -16243223 or 15279368. OLE color: 15279368.
HSL color Cylindrical-coordinate representation of color #0825E9: hue angle of 232.27º 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 #0825E9 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 37 | 233 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.09 |
| HSL | 232.27º | 0.93% | 0.47% | - |
| HSV(B) | 232.27º | 0.97% | 0.91% | - |
| XYZ | 15.47 | 7.26 | 77.68 | - |
| YUV | 50.67 | 230.89 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 233 | 0.97 | 0.84 | 0 | 0.09 | 232.27 | 0.93 | 0.47 |
| Hex | 8 | 25 | E9 | 61 | 54 | 0 | 9 | E8 | 5D | 2F |
| Octal | 10 | 45 | 351 | 141 | 124 | 0 | 11 | 350 | 135 | 57 |
| Binary | 1000 | 100101 | 11101001 | 1100001 | 1010100 | 0 | 1001 | 11101000 | 1011101 | 101111 |
Color Harmonies of #0825E9
Complementary color
Monochromatic Colors of #0825E9
Black with #0825E9
Text Example
Text Example
White with #0825E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0825E9; }
p { color: rgb(8,37,233); }
H1.HeaderClassName
{
color: #0825E9;
}
.AnyTagClassName
{
color: #0825E9;
}
</style>
background-color css
<style>
a { background-color: #0825E9; }
a { background-color: rgb(8,37,233); }
div.DivClassName
{
background-color: #0825E9;
}
.BgClassName
{
background-color: #0825E9;
}
</style>
border-color css
<style>
span { border-color: #0825E9; }
span { border-color: rgb(8,37,233); }
td.TdClassName
{
border-color: #0825E9;
}
.TagClassName
{
border-color: #0825E9;
}
</style>