Shades of Blue #0928FB
Tints of Blue #0928FB
RGB
CMYK
RGB Variations
Color information
#0928FB (or 0x0928FB) is known color: Blue. HEX triplet: 09, 28 and FB. RGB value is (9,40,251). Sum of RGB (Red+Green+Blue) = 9+40+251=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 251 (98.44% from 255 or 83.67% from 300); Max value from RGB is 251 - color contains mainly: blue. Hex color #0928FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0928FB is #F6D704. Grayscale: #353535. Windows color (decimal): -16176901 or 16459785. OLE color: 16459785.
HSL color Cylindrical-coordinate representation of color #0928FB: hue angle of 232.31º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0928FB is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 40 | 251 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.02 |
| HSL | 232.31º | 0.97% | 0.51% | - |
| HSV(B) | 232.31º | 0.96% | 0.98% | - |
| XYZ | 18.28 | 8.54 | 91.95 | - |
| YUV | 54.79 | 238.73 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 251 | 0.96 | 0.84 | 0 | 0.02 | 232.31 | 0.97 | 0.51 |
| Hex | 9 | 28 | FB | 60 | 54 | 0 | 2 | E8 | 61 | 33 |
| Octal | 11 | 50 | 373 | 140 | 124 | 0 | 2 | 350 | 141 | 63 |
| Binary | 1001 | 101000 | 11111011 | 1100000 | 1010100 | 0 | 10 | 11101000 | 1100001 | 110011 |
Color Harmonies of #0928FB
Complementary color
Monochromatic Colors of #0928FB
Black with #0928FB
Text Example
Text Example
White with #0928FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928FB; }
p { color: rgb(9,40,251); }
H1.HeaderClassName
{
color: #0928FB;
}
.AnyTagClassName
{
color: #0928FB;
}
</style>
background-color css
<style>
a { background-color: #0928FB; }
a { background-color: rgb(9,40,251); }
div.DivClassName
{
background-color: #0928FB;
}
.BgClassName
{
background-color: #0928FB;
}
</style>
border-color css
<style>
span { border-color: #0928FB; }
span { border-color: rgb(9,40,251); }
td.TdClassName
{
border-color: #0928FB;
}
.TagClassName
{
border-color: #0928FB;
}
</style>