Shades of Blue #093BFB
Tints of Blue #093BFB
RGB
CMYK
RGB Variations
Color information
#093BFB (or 0x093BFB) is known color: Blue. HEX triplet: 09, 3B and FB. RGB value is (9,59,251). Sum of RGB (Red+Green+Blue) = 9+59+251=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #093BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093BFB is #F6C404. Grayscale: #414141. Windows color (decimal): -16172037 or 16464649. OLE color: 16464649.
HSL color Cylindrical-coordinate representation of color #093BFB: hue angle of 227.6º 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 #093BFB is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 59 | 251 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.02 |
| HSL | 227.6º | 0.97% | 0.51% | - |
| HSV(B) | 227.6º | 0.96% | 0.98% | - |
| XYZ | 19.09 | 10.15 | 92.22 | - |
| YUV | 65.94 | 232.44 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 251 | 0.96 | 0.76 | 0 | 0.02 | 227.6 | 0.97 | 0.51 |
| Hex | 9 | 3B | FB | 60 | 4C | 0 | 2 | E4 | 61 | 33 |
| Octal | 11 | 73 | 373 | 140 | 114 | 0 | 2 | 344 | 141 | 63 |
| Binary | 1001 | 111011 | 11111011 | 1100000 | 1001100 | 0 | 10 | 11100100 | 1100001 | 110011 |
Color Harmonies of #093BFB
Complementary color
Monochromatic Colors of #093BFB
Black with #093BFB
Text Example
Text Example
White with #093BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093BFB; }
p { color: rgb(9,59,251); }
H1.HeaderClassName
{
color: #093BFB;
}
.AnyTagClassName
{
color: #093BFB;
}
</style>
background-color css
<style>
a { background-color: #093BFB; }
a { background-color: rgb(9,59,251); }
div.DivClassName
{
background-color: #093BFB;
}
.BgClassName
{
background-color: #093BFB;
}
</style>
border-color css
<style>
span { border-color: #093BFB; }
span { border-color: rgb(9,59,251); }
td.TdClassName
{
border-color: #093BFB;
}
.TagClassName
{
border-color: #093BFB;
}
</style>