Shades of Blue #091DFB
Tints of Blue #091DFB
RGB
CMYK
RGB Variations
Color information
#091DFB (or 0x091DFB) is known color: Blue. HEX triplet: 09, 1D and FB. RGB value is (9,29,251). Sum of RGB (Red+Green+Blue) = 9+29+251=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 251 (98.44% from 255 or 86.85% from 289); Max value from RGB is 251 - color contains mainly: blue. Hex color #091DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091DFB is #F6E204. Grayscale: #2F2F2F. Windows color (decimal): -16179717 or 16456969. OLE color: 16456969.
HSL color Cylindrical-coordinate representation of color #091DFB: hue angle of 235.04º 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 #091DFB is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 29 | 251 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.02 |
| HSL | 235.04º | 0.97% | 0.51% | - |
| HSV(B) | 235.04º | 0.96% | 0.98% | - |
| XYZ | 17.96 | 7.9 | 91.85 | - |
| YUV | 48.33 | 242.37 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 251 | 0.96 | 0.88 | 0 | 0.02 | 235.04 | 0.97 | 0.51 |
| Hex | 9 | 1D | FB | 60 | 58 | 0 | 2 | EB | 61 | 33 |
| Octal | 11 | 35 | 373 | 140 | 130 | 0 | 2 | 353 | 141 | 63 |
| Binary | 1001 | 11101 | 11111011 | 1100000 | 1011000 | 0 | 10 | 11101011 | 1100001 | 110011 |
Color Harmonies of #091DFB
Complementary color
Monochromatic Colors of #091DFB
Black with #091DFB
Text Example
Text Example
White with #091DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091DFB; }
p { color: rgb(9,29,251); }
H1.HeaderClassName
{
color: #091DFB;
}
.AnyTagClassName
{
color: #091DFB;
}
</style>
background-color css
<style>
a { background-color: #091DFB; }
a { background-color: rgb(9,29,251); }
div.DivClassName
{
background-color: #091DFB;
}
.BgClassName
{
background-color: #091DFB;
}
</style>
border-color css
<style>
span { border-color: #091DFB; }
span { border-color: rgb(9,29,251); }
td.TdClassName
{
border-color: #091DFB;
}
.TagClassName
{
border-color: #091DFB;
}
</style>