Shades of Blue #091DF9
Tints of Blue #091DF9
RGB
CMYK
RGB Variations
Color information
#091DF9 (or 0x091DF9) is known color: Blue. HEX triplet: 09, 1D and F9. RGB value is (9,29,249). Sum of RGB (Red+Green+Blue) = 9+29+249=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 249 (97.66% from 255 or 86.76% from 287); Max value from RGB is 249 - color contains mainly: blue. Hex color #091DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091DF9 is #F6E206. Grayscale: #2F2F2F. Windows color (decimal): -16179719 or 16325897. OLE color: 16325897.
HSL color Cylindrical-coordinate representation of color #091DF9: hue angle of 235º degrees, saturation: 0.95, 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 #091DF9 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 29 | 249 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.02 |
| HSL | 235º | 0.95% | 0.51% | - |
| HSV(B) | 235º | 0.96% | 0.98% | - |
| XYZ | 17.65 | 7.78 | 90.19 | - |
| YUV | 48.1 | 241.37 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 249 | 0.96 | 0.88 | 0 | 0.02 | 235 | 0.95 | 0.51 |
| Hex | 9 | 1D | F9 | 60 | 58 | 0 | 2 | EB | 5F | 33 |
| Octal | 11 | 35 | 371 | 140 | 130 | 0 | 2 | 353 | 137 | 63 |
| Binary | 1001 | 11101 | 11111001 | 1100000 | 1011000 | 0 | 10 | 11101011 | 1011111 | 110011 |
Color Harmonies of #091DF9
Complementary color
Monochromatic Colors of #091DF9
Black with #091DF9
Text Example
Text Example
White with #091DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091DF9; }
p { color: rgb(9,29,249); }
H1.HeaderClassName
{
color: #091DF9;
}
.AnyTagClassName
{
color: #091DF9;
}
</style>
background-color css
<style>
a { background-color: #091DF9; }
a { background-color: rgb(9,29,249); }
div.DivClassName
{
background-color: #091DF9;
}
.BgClassName
{
background-color: #091DF9;
}
</style>
border-color css
<style>
span { border-color: #091DF9; }
span { border-color: rgb(9,29,249); }
td.TdClassName
{
border-color: #091DF9;
}
.TagClassName
{
border-color: #091DF9;
}
</style>