Shades of Blue #0925FD
Tints of Blue #0925FD
RGB
CMYK
RGB Variations
Color information
#0925FD (or 0x0925FD) is known color: Blue. HEX triplet: 09, 25 and FD. RGB value is (9,37,253). Sum of RGB (Red+Green+Blue) = 9+37+253=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 253 (99.22% from 255 or 84.62% from 299); Max value from RGB is 253 - color contains mainly: blue. Hex color #0925FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0925FD is #F6DA02. Grayscale: #343434. Windows color (decimal): -16177667 or 16590089. OLE color: 16590089.
HSL color Cylindrical-coordinate representation of color #0925FD: hue angle of 233.11º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0925FD is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 37 | 253 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.01 |
| HSL | 233.11º | 0.98% | 0.51% | - |
| HSV(B) | 233.11º | 0.96% | 0.99% | - |
| XYZ | 18.5 | 8.47 | 93.59 | - |
| YUV | 53.25 | 240.72 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 253 | 0.96 | 0.85 | 0 | 0.01 | 233.11 | 0.98 | 0.51 |
| Hex | 9 | 25 | FD | 60 | 55 | 0 | 1 | E9 | 62 | 33 |
| Octal | 11 | 45 | 375 | 140 | 125 | 0 | 1 | 351 | 142 | 63 |
| Binary | 1001 | 100101 | 11111101 | 1100000 | 1010101 | 0 | 1 | 11101001 | 1100010 | 110011 |
Color Harmonies of #0925FD
Complementary color
Monochromatic Colors of #0925FD
Black with #0925FD
Text Example
Text Example
White with #0925FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0925FD; }
p { color: rgb(9,37,253); }
H1.HeaderClassName
{
color: #0925FD;
}
.AnyTagClassName
{
color: #0925FD;
}
</style>
background-color css
<style>
a { background-color: #0925FD; }
a { background-color: rgb(9,37,253); }
div.DivClassName
{
background-color: #0925FD;
}
.BgClassName
{
background-color: #0925FD;
}
</style>
border-color css
<style>
span { border-color: #0925FD; }
span { border-color: rgb(9,37,253); }
td.TdClassName
{
border-color: #0925FD;
}
.TagClassName
{
border-color: #0925FD;
}
</style>