Shades of Blue #091EFA
Tints of Blue #091EFA
RGB
CMYK
RGB Variations
Color information
#091EFA (or 0x091EFA) is known color: Blue. HEX triplet: 09, 1E and FA. RGB value is (9,30,250). Sum of RGB (Red+Green+Blue) = 9+30+250=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 250 (98.05% from 255 or 86.51% from 289); Max value from RGB is 250 - color contains mainly: blue. Hex color #091EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091EFA is #F6E105. Grayscale: #2F2F2F. Windows color (decimal): -16179462 or 16391689. OLE color: 16391689.
HSL color Cylindrical-coordinate representation of color #091EFA: hue angle of 234.77º degrees, saturation: 0.96, 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 #091EFA is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 30 | 250 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.02 |
| HSL | 234.77º | 0.96% | 0.51% | - |
| HSV(B) | 234.77º | 0.96% | 0.98% | - |
| XYZ | 17.83 | 7.89 | 91.03 | - |
| YUV | 48.8 | 241.54 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 250 | 0.96 | 0.88 | 0 | 0.02 | 234.77 | 0.96 | 0.51 |
| Hex | 9 | 1E | FA | 60 | 58 | 0 | 2 | EB | 60 | 33 |
| Octal | 11 | 36 | 372 | 140 | 130 | 0 | 2 | 353 | 140 | 63 |
| Binary | 1001 | 11110 | 11111010 | 1100000 | 1011000 | 0 | 10 | 11101011 | 1100000 | 110011 |
Color Harmonies of #091EFA
Complementary color
Monochromatic Colors of #091EFA
Black with #091EFA
Text Example
Text Example
White with #091EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091EFA; }
p { color: rgb(9,30,250); }
H1.HeaderClassName
{
color: #091EFA;
}
.AnyTagClassName
{
color: #091EFA;
}
</style>
background-color css
<style>
a { background-color: #091EFA; }
a { background-color: rgb(9,30,250); }
div.DivClassName
{
background-color: #091EFA;
}
.BgClassName
{
background-color: #091EFA;
}
</style>
border-color css
<style>
span { border-color: #091EFA; }
span { border-color: rgb(9,30,250); }
td.TdClassName
{
border-color: #091EFA;
}
.TagClassName
{
border-color: #091EFA;
}
</style>