Shades of Blue #0928FD
Tints of Blue #0928FD
RGB
CMYK
RGB Variations
Color information
#0928FD (or 0x0928FD) is known color: Blue. HEX triplet: 09, 28 and FD. RGB value is (9,40,253). Sum of RGB (Red+Green+Blue) = 9+40+253=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 253 (99.22% from 255 or 83.77% from 302); Max value from RGB is 253 - color contains mainly: blue. Hex color #0928FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0928FD is #F6D702. Grayscale: #363636. Windows color (decimal): -16176899 or 16590857. OLE color: 16590857.
HSL color Cylindrical-coordinate representation of color #0928FD: hue angle of 232.38º 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 #0928FD is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 40 | 253 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.01 |
| HSL | 232.38º | 0.98% | 0.51% | - |
| HSV(B) | 232.38º | 0.96% | 0.99% | - |
| XYZ | 18.6 | 8.67 | 93.62 | - |
| YUV | 55.01 | 239.73 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 253 | 0.96 | 0.84 | 0 | 0.01 | 232.38 | 0.98 | 0.51 |
| Hex | 9 | 28 | FD | 60 | 54 | 0 | 1 | E8 | 62 | 33 |
| Octal | 11 | 50 | 375 | 140 | 124 | 0 | 1 | 350 | 142 | 63 |
| Binary | 1001 | 101000 | 11111101 | 1100000 | 1010100 | 0 | 1 | 11101000 | 1100010 | 110011 |
Color Harmonies of #0928FD
Complementary color
Monochromatic Colors of #0928FD
Black with #0928FD
Text Example
Text Example
White with #0928FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928FD; }
p { color: rgb(9,40,253); }
H1.HeaderClassName
{
color: #0928FD;
}
.AnyTagClassName
{
color: #0928FD;
}
</style>
background-color css
<style>
a { background-color: #0928FD; }
a { background-color: rgb(9,40,253); }
div.DivClassName
{
background-color: #0928FD;
}
.BgClassName
{
background-color: #0928FD;
}
</style>
border-color css
<style>
span { border-color: #0928FD; }
span { border-color: rgb(9,40,253); }
td.TdClassName
{
border-color: #0928FD;
}
.TagClassName
{
border-color: #0928FD;
}
</style>