Shades of Blue #091EF1
Tints of Blue #091EF1
RGB
CMYK
RGB Variations
Color information
#091EF1 (or 0x091EF1) is known color: Blue. HEX triplet: 09, 1E and F1. RGB value is (9,30,241). Sum of RGB (Red+Green+Blue) = 9+30+241=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 241 (94.53% from 255 or 86.07% from 280); Max value from RGB is 241 - color contains mainly: blue. Hex color #091EF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091EF1 is #F6E10E. Grayscale: #2E2E2E. Windows color (decimal): -16179471 or 15801865. OLE color: 15801865.
HSL color Cylindrical-coordinate representation of color #091EF1: hue angle of 234.57º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091EF1 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 30 | 241 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.05 |
| HSL | 234.57º | 0.93% | 0.49% | - |
| HSV(B) | 234.57º | 0.96% | 0.95% | - |
| XYZ | 16.45 | 7.34 | 83.77 | - |
| YUV | 47.78 | 237.04 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 241 | 0.96 | 0.88 | 0 | 0.05 | 234.57 | 0.93 | 0.49 |
| Hex | 9 | 1E | F1 | 60 | 58 | 0 | 5 | EB | 5D | 31 |
| Octal | 11 | 36 | 361 | 140 | 130 | 0 | 5 | 353 | 135 | 61 |
| Binary | 1001 | 11110 | 11110001 | 1100000 | 1011000 | 0 | 101 | 11101011 | 1011101 | 110001 |
Color Harmonies of #091EF1
Complementary color
Monochromatic Colors of #091EF1
Black with #091EF1
Text Example
Text Example
White with #091EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091EF1; }
p { color: rgb(9,30,241); }
H1.HeaderClassName
{
color: #091EF1;
}
.AnyTagClassName
{
color: #091EF1;
}
</style>
background-color css
<style>
a { background-color: #091EF1; }
a { background-color: rgb(9,30,241); }
div.DivClassName
{
background-color: #091EF1;
}
.BgClassName
{
background-color: #091EF1;
}
</style>
border-color css
<style>
span { border-color: #091EF1; }
span { border-color: rgb(9,30,241); }
td.TdClassName
{
border-color: #091EF1;
}
.TagClassName
{
border-color: #091EF1;
}
</style>