Shades of Blue #091DED
Tints of Blue #091DED
RGB
CMYK
RGB Variations
Color information
#091DED (or 0x091DED) is known color: Blue. HEX triplet: 09, 1D and ED. RGB value is (9,29,237). Sum of RGB (Red+Green+Blue) = 9+29+237=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 237 (92.97% from 255 or 86.18% from 275); Max value from RGB is 237 - color contains mainly: blue. Hex color #091DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091DED is #F6E212. Grayscale: #2D2D2D. Windows color (decimal): -16179731 or 15539465. OLE color: 15539465.
HSL color Cylindrical-coordinate representation of color #091DED: hue angle of 234.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091DED is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 29 | 237 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.07 |
| HSL | 234.74º | 0.93% | 0.48% | - |
| HSV(B) | 234.74º | 0.96% | 0.93% | - |
| XYZ | 15.84 | 7.05 | 80.65 | - |
| YUV | 46.73 | 235.37 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 237 | 0.96 | 0.88 | 0 | 0.07 | 234.74 | 0.93 | 0.48 |
| Hex | 9 | 1D | ED | 60 | 58 | 0 | 7 | EB | 5D | 30 |
| Octal | 11 | 35 | 355 | 140 | 130 | 0 | 7 | 353 | 135 | 60 |
| Binary | 1001 | 11101 | 11101101 | 1100000 | 1011000 | 0 | 111 | 11101011 | 1011101 | 110000 |
Color Harmonies of #091DED
Complementary color
Monochromatic Colors of #091DED
Black with #091DED
Text Example
Text Example
White with #091DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091DED; }
p { color: rgb(9,29,237); }
H1.HeaderClassName
{
color: #091DED;
}
.AnyTagClassName
{
color: #091DED;
}
</style>
background-color css
<style>
a { background-color: #091DED; }
a { background-color: rgb(9,29,237); }
div.DivClassName
{
background-color: #091DED;
}
.BgClassName
{
background-color: #091DED;
}
</style>
border-color css
<style>
span { border-color: #091DED; }
span { border-color: rgb(9,29,237); }
td.TdClassName
{
border-color: #091DED;
}
.TagClassName
{
border-color: #091DED;
}
</style>