Shades of Blue #0511ED
Tints of Blue #0511ED
RGB
CMYK
RGB Variations
Color information
#0511ED (or 0x0511ED) is known color: Blue. HEX triplet: 05, 11 and ED. RGB value is (5,17,237). Sum of RGB (Red+Green+Blue) = 5+17+237=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 237 (92.97% from 255 or 91.51% from 259); Max value from RGB is 237 - color contains mainly: blue. Hex color #0511ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0511ED is #FAEE12. Grayscale: #252525. Windows color (decimal): -16444947 or 15536389. OLE color: 15536389.
HSL color Cylindrical-coordinate representation of color #0511ED: hue angle of 236.9º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0511ED is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 17 | 237 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.07 |
| HSL | 236.9º | 0.96% | 0.47% | - |
| HSV(B) | 236.9º | 0.98% | 0.93% | - |
| XYZ | 15.55 | 6.55 | 80.57 | - |
| YUV | 38.49 | 240.02 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 237 | 0.98 | 0.93 | 0 | 0.07 | 236.9 | 0.96 | 0.47 |
| Hex | 5 | 11 | ED | 62 | 5D | 0 | 7 | ED | 60 | 2F |
| Octal | 5 | 21 | 355 | 142 | 135 | 0 | 7 | 355 | 140 | 57 |
| Binary | 101 | 10001 | 11101101 | 1100010 | 1011101 | 0 | 111 | 11101101 | 1100000 | 101111 |
Color Harmonies of #0511ED
Complementary color
Monochromatic Colors of #0511ED
Black with #0511ED
Text Example
Text Example
White with #0511ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0511ED; }
p { color: rgb(5,17,237); }
H1.HeaderClassName
{
color: #0511ED;
}
.AnyTagClassName
{
color: #0511ED;
}
</style>
background-color css
<style>
a { background-color: #0511ED; }
a { background-color: rgb(5,17,237); }
div.DivClassName
{
background-color: #0511ED;
}
.BgClassName
{
background-color: #0511ED;
}
</style>
border-color css
<style>
span { border-color: #0511ED; }
span { border-color: rgb(5,17,237); }
td.TdClassName
{
border-color: #0511ED;
}
.TagClassName
{
border-color: #0511ED;
}
</style>