Shades of Blue #1512ED
Tints of Blue #1512ED
RGB
CMYK
RGB Variations
Color information
#1512ED (or 0x1512ED) is known color: Blue. HEX triplet: 15, 12 and ED. RGB value is (21,18,237). Sum of RGB (Red+Green+Blue) = 21+18+237=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 237 (92.97% from 255 or 85.87% from 276); Max value from RGB is 237 - color contains mainly: blue. Hex color #1512ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1512ED is #EAED12. Grayscale: #2A2A2A. Windows color (decimal): -15396115 or 15536661. OLE color: 15536661.
HSL color Cylindrical-coordinate representation of color #1512ED: hue angle of 240.82º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1512ED is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 18 | 237 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.07 |
| HSL | 240.82º | 0.86% | 0.5% | - |
| HSV(B) | 240.82º | 0.92% | 0.93% | - |
| XYZ | 15.81 | 6.71 | 80.58 | - |
| YUV | 43.86 | 236.99 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 237 | 0.91 | 0.92 | 0 | 0.07 | 240.82 | 0.86 | 0.5 |
| Hex | 15 | 12 | ED | 5B | 5C | 0 | 7 | F1 | 56 | 32 |
| Octal | 25 | 22 | 355 | 133 | 134 | 0 | 7 | 361 | 126 | 62 |
| Binary | 10101 | 10010 | 11101101 | 1011011 | 1011100 | 0 | 111 | 11110001 | 1010110 | 110010 |
Color Harmonies of #1512ED
Complementary color
Monochromatic Colors of #1512ED
Black with #1512ED
Text Example
Text Example
White with #1512ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1512ED; }
p { color: rgb(21,18,237); }
H1.HeaderClassName
{
color: #1512ED;
}
.AnyTagClassName
{
color: #1512ED;
}
</style>
background-color css
<style>
a { background-color: #1512ED; }
a { background-color: rgb(21,18,237); }
div.DivClassName
{
background-color: #1512ED;
}
.BgClassName
{
background-color: #1512ED;
}
</style>
border-color css
<style>
span { border-color: #1512ED; }
span { border-color: rgb(21,18,237); }
td.TdClassName
{
border-color: #1512ED;
}
.TagClassName
{
border-color: #1512ED;
}
</style>