Shades of Blue #1514EE
Tints of Blue #1514EE
RGB
CMYK
RGB Variations
Color information
#1514EE (or 0x1514EE) is known color: Blue. HEX triplet: 15, 14 and EE. RGB value is (21,20,238). Sum of RGB (Red+Green+Blue) = 21+20+238=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 238 (93.36% from 255 or 85.30% from 279); Max value from RGB is 238 - color contains mainly: blue. Hex color #1514EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1514EE is #EAEB11. Grayscale: #2C2C2C. Windows color (decimal): -15395602 or 15602709. OLE color: 15602709.
HSL color Cylindrical-coordinate representation of color #1514EE: hue angle of 240.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1514EE is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 20 | 238 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.07 |
| HSL | 240.28º | 0.87% | 0.51% | - |
| HSV(B) | 240.28º | 0.92% | 0.93% | - |
| XYZ | 15.99 | 6.83 | 81.36 | - |
| YUV | 45.15 | 236.83 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 238 | 0.91 | 0.92 | 0 | 0.07 | 240.28 | 0.87 | 0.51 |
| Hex | 15 | 14 | EE | 5B | 5C | 0 | 7 | F0 | 57 | 33 |
| Octal | 25 | 24 | 356 | 133 | 134 | 0 | 7 | 360 | 127 | 63 |
| Binary | 10101 | 10100 | 11101110 | 1011011 | 1011100 | 0 | 111 | 11110000 | 1010111 | 110011 |
Color Harmonies of #1514EE
Complementary color
Monochromatic Colors of #1514EE
Black with #1514EE
Text Example
Text Example
White with #1514EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1514EE; }
p { color: rgb(21,20,238); }
H1.HeaderClassName
{
color: #1514EE;
}
.AnyTagClassName
{
color: #1514EE;
}
</style>
background-color css
<style>
a { background-color: #1514EE; }
a { background-color: rgb(21,20,238); }
div.DivClassName
{
background-color: #1514EE;
}
.BgClassName
{
background-color: #1514EE;
}
</style>
border-color css
<style>
span { border-color: #1514EE; }
span { border-color: rgb(21,20,238); }
td.TdClassName
{
border-color: #1514EE;
}
.TagClassName
{
border-color: #1514EE;
}
</style>