Shades of Blue #0925FF
Tints of Blue #0925FF
RGB
CMYK
RGB Variations
Color information
#0925FF (or 0x0925FF) is known color: Blue. HEX triplet: 09, 25 and FF. RGB value is (9,37,255). Sum of RGB (Red+Green+Blue) = 9+37+255=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 255 (100% from 255 or 84.72% from 301); Max value from RGB is 255 - color contains mainly: blue. Hex color #0925FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0925FF is #F6DA00. Grayscale: #343434. Windows color (decimal): -16177665 or 16721161. OLE color: 16721161.
HSL color Cylindrical-coordinate representation of color #0925FF: hue angle of 233.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0925FF is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 37 | 255 | - |
| CMYK | 0.96 | 0.85 | 0 | 0 |
| HSL | 233.17º | 1% | 0.52% | - |
| HSV(B) | 233.17º | 0.96% | 1% | - |
| XYZ | 18.82 | 8.6 | 95.28 | - |
| YUV | 53.48 | 241.72 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 255 | 0.96 | 0.85 | 0 | 0 | 233.17 | 1 | 0.52 |
| Hex | 9 | 25 | FF | 60 | 55 | 0 | 0 | E9 | 64 | 34 |
| Octal | 11 | 45 | 377 | 140 | 125 | 0 | 0 | 351 | 144 | 64 |
| Binary | 1001 | 100101 | 11111111 | 1100000 | 1010101 | 0 | 0 | 11101001 | 1100100 | 110100 |
Color Harmonies of #0925FF
Complementary color
Monochromatic Colors of #0925FF
Black with #0925FF
Text Example
Text Example
White with #0925FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0925FF; }
p { color: rgb(9,37,255); }
H1.HeaderClassName
{
color: #0925FF;
}
.AnyTagClassName
{
color: #0925FF;
}
</style>
background-color css
<style>
a { background-color: #0925FF; }
a { background-color: rgb(9,37,255); }
div.DivClassName
{
background-color: #0925FF;
}
.BgClassName
{
background-color: #0925FF;
}
</style>
border-color css
<style>
span { border-color: #0925FF; }
span { border-color: rgb(9,37,255); }
td.TdClassName
{
border-color: #0925FF;
}
.TagClassName
{
border-color: #0925FF;
}
</style>