Shades of Blue #0925EF
Tints of Blue #0925EF
RGB
CMYK
RGB Variations
Color information
#0925EF (or 0x0925EF) is known color: Blue. HEX triplet: 09, 25 and EF. RGB value is (9,37,239). Sum of RGB (Red+Green+Blue) = 9+37+239=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 239 (93.75% from 255 or 83.86% from 285); Max value from RGB is 239 - color contains mainly: blue. Hex color #0925EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0925EF is #F6DA10. Grayscale: #323232. Windows color (decimal): -16177681 or 15672585. OLE color: 15672585.
HSL color Cylindrical-coordinate representation of color #0925EF: hue angle of 232.7º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0925EF is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 37 | 239 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.06 |
| HSL | 232.7º | 0.93% | 0.49% | - |
| HSV(B) | 232.7º | 0.96% | 0.94% | - |
| XYZ | 16.35 | 7.61 | 82.27 | - |
| YUV | 51.66 | 233.72 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 239 | 0.96 | 0.85 | 0 | 0.06 | 232.7 | 0.93 | 0.49 |
| Hex | 9 | 25 | EF | 60 | 55 | 0 | 6 | E9 | 5D | 31 |
| Octal | 11 | 45 | 357 | 140 | 125 | 0 | 6 | 351 | 135 | 61 |
| Binary | 1001 | 100101 | 11101111 | 1100000 | 1010101 | 0 | 110 | 11101001 | 1011101 | 110001 |
Color Harmonies of #0925EF
Complementary color
Monochromatic Colors of #0925EF
Black with #0925EF
Text Example
Text Example
White with #0925EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0925EF; }
p { color: rgb(9,37,239); }
H1.HeaderClassName
{
color: #0925EF;
}
.AnyTagClassName
{
color: #0925EF;
}
</style>
background-color css
<style>
a { background-color: #0925EF; }
a { background-color: rgb(9,37,239); }
div.DivClassName
{
background-color: #0925EF;
}
.BgClassName
{
background-color: #0925EF;
}
</style>
border-color css
<style>
span { border-color: #0925EF; }
span { border-color: rgb(9,37,239); }
td.TdClassName
{
border-color: #0925EF;
}
.TagClassName
{
border-color: #0925EF;
}
</style>