Shades of Blue #0811ED
Tints of Blue #0811ED
RGB
CMYK
RGB Variations
Color information
#0811ED (or 0x0811ED) is known color: Blue. HEX triplet: 08, 11 and ED. RGB value is (8,17,237). Sum of RGB (Red+Green+Blue) = 8+17+237=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 237 (92.97% from 255 or 90.46% from 262); Max value from RGB is 237 - color contains mainly: blue. Hex color #0811ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0811ED is #F7EE12. Grayscale: #262626. Windows color (decimal): -16248339 or 15536392. OLE color: 15536392.
HSL color Cylindrical-coordinate representation of color #0811ED: hue angle of 237.64º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0811ED is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 17 | 237 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.07 |
| HSL | 237.64º | 0.93% | 0.48% | - |
| HSV(B) | 237.64º | 0.97% | 0.93% | - |
| XYZ | 15.59 | 6.57 | 80.57 | - |
| YUV | 39.39 | 239.52 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 237 | 0.97 | 0.93 | 0 | 0.07 | 237.64 | 0.93 | 0.48 |
| Hex | 8 | 11 | ED | 61 | 5D | 0 | 7 | EE | 5D | 30 |
| Octal | 10 | 21 | 355 | 141 | 135 | 0 | 7 | 356 | 135 | 60 |
| Binary | 1000 | 10001 | 11101101 | 1100001 | 1011101 | 0 | 111 | 11101110 | 1011101 | 110000 |
Color Harmonies of #0811ED
Complementary color
Monochromatic Colors of #0811ED
Black with #0811ED
Text Example
Text Example
White with #0811ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0811ED; }
p { color: rgb(8,17,237); }
H1.HeaderClassName
{
color: #0811ED;
}
.AnyTagClassName
{
color: #0811ED;
}
</style>
background-color css
<style>
a { background-color: #0811ED; }
a { background-color: rgb(8,17,237); }
div.DivClassName
{
background-color: #0811ED;
}
.BgClassName
{
background-color: #0811ED;
}
</style>
border-color css
<style>
span { border-color: #0811ED; }
span { border-color: rgb(8,17,237); }
td.TdClassName
{
border-color: #0811ED;
}
.TagClassName
{
border-color: #0811ED;
}
</style>