Shades of Blue #0932FB
Tints of Blue #0932FB
RGB
CMYK
RGB Variations
Color information
#0932FB (or 0x0932FB) is known color: Blue. HEX triplet: 09, 32 and FB. RGB value is (9,50,251). Sum of RGB (Red+Green+Blue) = 9+50+251=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 251 (98.44% from 255 or 80.97% from 310); Max value from RGB is 251 - color contains mainly: blue. Hex color #0932FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0932FB is #F6CD04. Grayscale: #3B3B3B. Windows color (decimal): -16174341 or 16462345. OLE color: 16462345.
HSL color Cylindrical-coordinate representation of color #0932FB: hue angle of 229.83º 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 #0932FB is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 50 | 251 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.02 |
| HSL | 229.83º | 0.97% | 0.51% | - |
| HSV(B) | 229.83º | 0.96% | 0.98% | - |
| XYZ | 18.67 | 9.3 | 92.08 | - |
| YUV | 60.66 | 235.42 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 251 | 0.96 | 0.80 | 0 | 0.02 | 229.83 | 0.97 | 0.51 |
| Hex | 9 | 32 | FB | 60 | 50 | 0 | 2 | E6 | 61 | 33 |
| Octal | 11 | 62 | 373 | 140 | 120 | 0 | 2 | 346 | 141 | 63 |
| Binary | 1001 | 110010 | 11111011 | 1100000 | 1010000 | 0 | 10 | 11100110 | 1100001 | 110011 |
Color Harmonies of #0932FB
Complementary color
Monochromatic Colors of #0932FB
Black with #0932FB
Text Example
Text Example
White with #0932FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0932FB; }
p { color: rgb(9,50,251); }
H1.HeaderClassName
{
color: #0932FB;
}
.AnyTagClassName
{
color: #0932FB;
}
</style>
background-color css
<style>
a { background-color: #0932FB; }
a { background-color: rgb(9,50,251); }
div.DivClassName
{
background-color: #0932FB;
}
.BgClassName
{
background-color: #0932FB;
}
</style>
border-color css
<style>
span { border-color: #0932FB; }
span { border-color: rgb(9,50,251); }
td.TdClassName
{
border-color: #0932FB;
}
.TagClassName
{
border-color: #0932FB;
}
</style>