Shades of Blue #0926FB
Tints of Blue #0926FB
RGB
CMYK
RGB Variations
Color information
#0926FB (or 0x0926FB) is known color: Blue. HEX triplet: 09, 26 and FB. RGB value is (9,38,251). Sum of RGB (Red+Green+Blue) = 9+38+251=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 251 (98.44% from 255 or 84.23% from 298); Max value from RGB is 251 - color contains mainly: blue. Hex color #0926FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0926FB is #F6D904. Grayscale: #343434. Windows color (decimal): -16177413 or 16459273. OLE color: 16459273.
HSL color Cylindrical-coordinate representation of color #0926FB: hue angle of 232.81º 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 #0926FB is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 38 | 251 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.02 |
| HSL | 232.81º | 0.97% | 0.51% | - |
| HSV(B) | 232.81º | 0.96% | 0.98% | - |
| XYZ | 18.22 | 8.41 | 91.93 | - |
| YUV | 53.61 | 239.39 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 251 | 0.96 | 0.85 | 0 | 0.02 | 232.81 | 0.97 | 0.51 |
| Hex | 9 | 26 | FB | 60 | 55 | 0 | 2 | E9 | 61 | 33 |
| Octal | 11 | 46 | 373 | 140 | 125 | 0 | 2 | 351 | 141 | 63 |
| Binary | 1001 | 100110 | 11111011 | 1100000 | 1010101 | 0 | 10 | 11101001 | 1100001 | 110011 |
Color Harmonies of #0926FB
Complementary color
Monochromatic Colors of #0926FB
Black with #0926FB
Text Example
Text Example
White with #0926FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0926FB; }
p { color: rgb(9,38,251); }
H1.HeaderClassName
{
color: #0926FB;
}
.AnyTagClassName
{
color: #0926FB;
}
</style>
background-color css
<style>
a { background-color: #0926FB; }
a { background-color: rgb(9,38,251); }
div.DivClassName
{
background-color: #0926FB;
}
.BgClassName
{
background-color: #0926FB;
}
</style>
border-color css
<style>
span { border-color: #0926FB; }
span { border-color: rgb(9,38,251); }
td.TdClassName
{
border-color: #0926FB;
}
.TagClassName
{
border-color: #0926FB;
}
</style>