Shades of Blue #0911ED
Tints of Blue #0911ED
RGB
CMYK
RGB Variations
Color information
#0911ED (or 0x0911ED) is known color: Blue. HEX triplet: 09, 11 and ED. RGB value is (9,17,237). Sum of RGB (Red+Green+Blue) = 9+17+237=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 237 (92.97% from 255 or 90.11% from 263); Max value from RGB is 237 - color contains mainly: blue. Hex color #0911ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0911ED is #F6EE12. Grayscale: #262626. Windows color (decimal): -16182803 or 15536393. OLE color: 15536393.
HSL color Cylindrical-coordinate representation of color #0911ED: hue angle of 237.89º 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 #0911ED is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 17 | 237 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.07 |
| HSL | 237.89º | 0.93% | 0.48% | - |
| HSV(B) | 237.89º | 0.96% | 0.93% | - |
| XYZ | 15.6 | 6.57 | 80.57 | - |
| YUV | 39.69 | 239.35 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 237 | 0.96 | 0.93 | 0 | 0.07 | 237.89 | 0.93 | 0.48 |
| Hex | 9 | 11 | ED | 60 | 5D | 0 | 7 | EE | 5D | 30 |
| Octal | 11 | 21 | 355 | 140 | 135 | 0 | 7 | 356 | 135 | 60 |
| Binary | 1001 | 10001 | 11101101 | 1100000 | 1011101 | 0 | 111 | 11101110 | 1011101 | 110000 |
Color Harmonies of #0911ED
Complementary color
Monochromatic Colors of #0911ED
Black with #0911ED
Text Example
Text Example
White with #0911ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0911ED; }
p { color: rgb(9,17,237); }
H1.HeaderClassName
{
color: #0911ED;
}
.AnyTagClassName
{
color: #0911ED;
}
</style>
background-color css
<style>
a { background-color: #0911ED; }
a { background-color: rgb(9,17,237); }
div.DivClassName
{
background-color: #0911ED;
}
.BgClassName
{
background-color: #0911ED;
}
</style>
border-color css
<style>
span { border-color: #0911ED; }
span { border-color: rgb(9,17,237); }
td.TdClassName
{
border-color: #0911ED;
}
.TagClassName
{
border-color: #0911ED;
}
</style>