Shades of Blue #091CF9
Tints of Blue #091CF9
RGB
CMYK
RGB Variations
Color information
#091CF9 (or 0x091CF9) is known color: Blue. HEX triplet: 09, 1C and F9. RGB value is (9,28,249). Sum of RGB (Red+Green+Blue) = 9+28+249=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 249 (97.66% from 255 or 87.06% from 286); Max value from RGB is 249 - color contains mainly: blue. Hex color #091CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091CF9 is #F6E306. Grayscale: #2E2E2E. Windows color (decimal): -16179975 or 16325641. OLE color: 16325641.
HSL color Cylindrical-coordinate representation of color #091CF9: hue angle of 235.25º 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 #091CF9 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 28 | 249 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.02 |
| HSL | 235.25º | 0.95% | 0.51% | - |
| HSV(B) | 235.25º | 0.96% | 0.98% | - |
| XYZ | 17.63 | 7.73 | 90.19 | - |
| YUV | 47.51 | 241.71 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 249 | 0.96 | 0.89 | 0 | 0.02 | 235.25 | 0.95 | 0.51 |
| Hex | 9 | 1C | F9 | 60 | 59 | 0 | 2 | EB | 5F | 33 |
| Octal | 11 | 34 | 371 | 140 | 131 | 0 | 2 | 353 | 137 | 63 |
| Binary | 1001 | 11100 | 11111001 | 1100000 | 1011001 | 0 | 10 | 11101011 | 1011111 | 110011 |
Color Harmonies of #091CF9
Complementary color
Monochromatic Colors of #091CF9
Black with #091CF9
Text Example
Text Example
White with #091CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091CF9; }
p { color: rgb(9,28,249); }
H1.HeaderClassName
{
color: #091CF9;
}
.AnyTagClassName
{
color: #091CF9;
}
</style>
background-color css
<style>
a { background-color: #091CF9; }
a { background-color: rgb(9,28,249); }
div.DivClassName
{
background-color: #091CF9;
}
.BgClassName
{
background-color: #091CF9;
}
</style>
border-color css
<style>
span { border-color: #091CF9; }
span { border-color: rgb(9,28,249); }
td.TdClassName
{
border-color: #091CF9;
}
.TagClassName
{
border-color: #091CF9;
}
</style>