Shades of Blue #0927FB
Tints of Blue #0927FB
RGB
CMYK
RGB Variations
Color information
#0927FB (or 0x0927FB) is known color: Blue. HEX triplet: 09, 27 and FB. RGB value is (9,39,251). Sum of RGB (Red+Green+Blue) = 9+39+251=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #0927FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0927FB is #F6D804. Grayscale: #353535. Windows color (decimal): -16177157 or 16459529. OLE color: 16459529.
HSL color Cylindrical-coordinate representation of color #0927FB: hue angle of 232.56º 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 #0927FB is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 39 | 251 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.02 |
| HSL | 232.56º | 0.97% | 0.51% | - |
| HSV(B) | 232.56º | 0.96% | 0.98% | - |
| XYZ | 18.25 | 8.47 | 91.94 | - |
| YUV | 54.2 | 239.06 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 251 | 0.96 | 0.84 | 0 | 0.02 | 232.56 | 0.97 | 0.51 |
| Hex | 9 | 27 | FB | 60 | 54 | 0 | 2 | E9 | 61 | 33 |
| Octal | 11 | 47 | 373 | 140 | 124 | 0 | 2 | 351 | 141 | 63 |
| Binary | 1001 | 100111 | 11111011 | 1100000 | 1010100 | 0 | 10 | 11101001 | 1100001 | 110011 |
Color Harmonies of #0927FB
Complementary color
Monochromatic Colors of #0927FB
Black with #0927FB
Text Example
Text Example
White with #0927FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0927FB; }
p { color: rgb(9,39,251); }
H1.HeaderClassName
{
color: #0927FB;
}
.AnyTagClassName
{
color: #0927FB;
}
</style>
background-color css
<style>
a { background-color: #0927FB; }
a { background-color: rgb(9,39,251); }
div.DivClassName
{
background-color: #0927FB;
}
.BgClassName
{
background-color: #0927FB;
}
</style>
border-color css
<style>
span { border-color: #0927FB; }
span { border-color: rgb(9,39,251); }
td.TdClassName
{
border-color: #0927FB;
}
.TagClassName
{
border-color: #0927FB;
}
</style>