Shades of Blue #0815ED
Tints of Blue #0815ED
RGB
CMYK
RGB Variations
Color information
#0815ED (or 0x0815ED) is known color: Blue. HEX triplet: 08, 15 and ED. RGB value is (8,21,237). Sum of RGB (Red+Green+Blue) = 8+21+237=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 237 (92.97% from 255 or 89.10% from 266); Max value from RGB is 237 - color contains mainly: blue. Hex color #0815ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0815ED is #F7EA12. Grayscale: #282828. Windows color (decimal): -16247315 or 15537416. OLE color: 15537416.
HSL color Cylindrical-coordinate representation of color #0815ED: hue angle of 236.59º 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 #0815ED is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 21 | 237 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.07 |
| HSL | 236.59º | 0.93% | 0.48% | - |
| HSV(B) | 236.59º | 0.97% | 0.93% | - |
| XYZ | 15.65 | 6.7 | 80.59 | - |
| YUV | 41.74 | 238.19 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 237 | 0.97 | 0.91 | 0 | 0.07 | 236.59 | 0.93 | 0.48 |
| Hex | 8 | 15 | ED | 61 | 5B | 0 | 7 | ED | 5D | 30 |
| Octal | 10 | 25 | 355 | 141 | 133 | 0 | 7 | 355 | 135 | 60 |
| Binary | 1000 | 10101 | 11101101 | 1100001 | 1011011 | 0 | 111 | 11101101 | 1011101 | 110000 |
Color Harmonies of #0815ED
Complementary color
Monochromatic Colors of #0815ED
Black with #0815ED
Text Example
Text Example
White with #0815ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0815ED; }
p { color: rgb(8,21,237); }
H1.HeaderClassName
{
color: #0815ED;
}
.AnyTagClassName
{
color: #0815ED;
}
</style>
background-color css
<style>
a { background-color: #0815ED; }
a { background-color: rgb(8,21,237); }
div.DivClassName
{
background-color: #0815ED;
}
.BgClassName
{
background-color: #0815ED;
}
</style>
border-color css
<style>
span { border-color: #0815ED; }
span { border-color: rgb(8,21,237); }
td.TdClassName
{
border-color: #0815ED;
}
.TagClassName
{
border-color: #0815ED;
}
</style>