Shades of Blue #0925EB
Tints of Blue #0925EB
RGB
CMYK
RGB Variations
Color information
#0925EB (or 0x0925EB) is known color: Blue. HEX triplet: 09, 25 and EB. RGB value is (9,37,235). Sum of RGB (Red+Green+Blue) = 9+37+235=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 235 (92.19% from 255 or 83.63% from 281); Max value from RGB is 235 - color contains mainly: blue. Hex color #0925EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0925EB is #F6DA14. Grayscale: #323232. Windows color (decimal): -16177685 or 15410441. OLE color: 15410441.
HSL color Cylindrical-coordinate representation of color #0925EB: hue angle of 232.57º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0925EB is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 37 | 235 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.08 |
| HSL | 232.57º | 0.93% | 0.48% | - |
| HSV(B) | 232.57º | 0.96% | 0.92% | - |
| XYZ | 15.77 | 7.38 | 79.19 | - |
| YUV | 51.2 | 231.72 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 235 | 0.96 | 0.84 | 0 | 0.08 | 232.57 | 0.93 | 0.48 |
| Hex | 9 | 25 | EB | 60 | 54 | 0 | 8 | E9 | 5D | 30 |
| Octal | 11 | 45 | 353 | 140 | 124 | 0 | 10 | 351 | 135 | 60 |
| Binary | 1001 | 100101 | 11101011 | 1100000 | 1010100 | 0 | 1000 | 11101001 | 1011101 | 110000 |
Color Harmonies of #0925EB
Complementary color
Monochromatic Colors of #0925EB
Black with #0925EB
Text Example
Text Example
White with #0925EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0925EB; }
p { color: rgb(9,37,235); }
H1.HeaderClassName
{
color: #0925EB;
}
.AnyTagClassName
{
color: #0925EB;
}
</style>
background-color css
<style>
a { background-color: #0925EB; }
a { background-color: rgb(9,37,235); }
div.DivClassName
{
background-color: #0925EB;
}
.BgClassName
{
background-color: #0925EB;
}
</style>
border-color css
<style>
span { border-color: #0925EB; }
span { border-color: rgb(9,37,235); }
td.TdClassName
{
border-color: #0925EB;
}
.TagClassName
{
border-color: #0925EB;
}
</style>