Shades of Blue #1815ED
Tints of Blue #1815ED
RGB
CMYK
RGB Variations
Color information
#1815ED (or 0x1815ED) is known color: Blue. HEX triplet: 18, 15 and ED. RGB value is (24,21,237). Sum of RGB (Red+Green+Blue) = 24+21+237=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 237 (92.97% from 255 or 84.04% from 282); Max value from RGB is 237 - color contains mainly: blue. Hex color #1815ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1815ED is #E7EA12. Grayscale: #2D2D2D. Windows color (decimal): -15198739 or 15537432. OLE color: 15537432.
HSL color Cylindrical-coordinate representation of color #1815ED: hue angle of 240.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1815ED is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 21 | 237 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.07 |
| HSL | 240.83º | 0.86% | 0.51% | - |
| HSV(B) | 240.83º | 0.91% | 0.93% | - |
| XYZ | 15.93 | 6.84 | 80.6 | - |
| YUV | 46.52 | 235.49 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 237 | 0.90 | 0.91 | 0 | 0.07 | 240.83 | 0.86 | 0.51 |
| Hex | 18 | 15 | ED | 5A | 5B | 0 | 7 | F1 | 56 | 33 |
| Octal | 30 | 25 | 355 | 132 | 133 | 0 | 7 | 361 | 126 | 63 |
| Binary | 11000 | 10101 | 11101101 | 1011010 | 1011011 | 0 | 111 | 11110001 | 1010110 | 110011 |
Color Harmonies of #1815ED
Complementary color
Monochromatic Colors of #1815ED
Black with #1815ED
Text Example
Text Example
White with #1815ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1815ED; }
p { color: rgb(24,21,237); }
H1.HeaderClassName
{
color: #1815ED;
}
.AnyTagClassName
{
color: #1815ED;
}
</style>
background-color css
<style>
a { background-color: #1815ED; }
a { background-color: rgb(24,21,237); }
div.DivClassName
{
background-color: #1815ED;
}
.BgClassName
{
background-color: #1815ED;
}
</style>
border-color css
<style>
span { border-color: #1815ED; }
span { border-color: rgb(24,21,237); }
td.TdClassName
{
border-color: #1815ED;
}
.TagClassName
{
border-color: #1815ED;
}
</style>