Shades of Blue #091DFF
Tints of Blue #091DFF
RGB
CMYK
RGB Variations
Color information
#091DFF (or 0x091DFF) is known color: Blue. HEX triplet: 09, 1D and FF. RGB value is (9,29,255). Sum of RGB (Red+Green+Blue) = 9+29+255=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 255 (100% from 255 or 87.03% from 293); Max value from RGB is 255 - color contains mainly: blue. Hex color #091DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091DFF is #F6E200. Grayscale: #2F2F2F. Windows color (decimal): -16179713 or 16719113. OLE color: 16719113.
HSL color Cylindrical-coordinate representation of color #091DFF: hue angle of 235.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091DFF is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 29 | 255 | - |
| CMYK | 0.96 | 0.89 | 0 | 0 |
| HSL | 235.12º | 1% | 0.52% | - |
| HSV(B) | 235.12º | 0.96% | 1% | - |
| XYZ | 18.6 | 8.16 | 95.2 | - |
| YUV | 48.78 | 244.37 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 255 | 0.96 | 0.89 | 0 | 0 | 235.12 | 1 | 0.52 |
| Hex | 9 | 1D | FF | 60 | 59 | 0 | 0 | EB | 64 | 34 |
| Octal | 11 | 35 | 377 | 140 | 131 | 0 | 0 | 353 | 144 | 64 |
| Binary | 1001 | 11101 | 11111111 | 1100000 | 1011001 | 0 | 0 | 11101011 | 1100100 | 110100 |
Color Harmonies of #091DFF
Complementary color
Monochromatic Colors of #091DFF
Black with #091DFF
Text Example
Text Example
White with #091DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091DFF; }
p { color: rgb(9,29,255); }
H1.HeaderClassName
{
color: #091DFF;
}
.AnyTagClassName
{
color: #091DFF;
}
</style>
background-color css
<style>
a { background-color: #091DFF; }
a { background-color: rgb(9,29,255); }
div.DivClassName
{
background-color: #091DFF;
}
.BgClassName
{
background-color: #091DFF;
}
</style>
border-color css
<style>
span { border-color: #091DFF; }
span { border-color: rgb(9,29,255); }
td.TdClassName
{
border-color: #091DFF;
}
.TagClassName
{
border-color: #091DFF;
}
</style>