Shades of Blue #1514EA
Tints of Blue #1514EA
RGB
CMYK
RGB Variations
Color information
#1514EA (or 0x1514EA) is known color: Blue. HEX triplet: 15, 14 and EA. RGB value is (21,20,234). Sum of RGB (Red+Green+Blue) = 21+20+234=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 234 (91.80% from 255 or 85.09% from 275); Max value from RGB is 234 - color contains mainly: blue. Hex color #1514EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1514EA is #EAEB15. Grayscale: #2B2B2B. Windows color (decimal): -15395606 or 15340565. OLE color: 15340565.
HSL color Cylindrical-coordinate representation of color #1514EA: hue angle of 240.28º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1514EA is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 20 | 234 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.08 |
| HSL | 240.28º | 0.84% | 0.5% | - |
| HSV(B) | 240.28º | 0.91% | 0.92% | - |
| XYZ | 15.41 | 6.6 | 78.3 | - |
| YUV | 44.7 | 234.83 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 234 | 0.91 | 0.91 | 0 | 0.08 | 240.28 | 0.84 | 0.5 |
| Hex | 15 | 14 | EA | 5B | 5B | 0 | 8 | F0 | 54 | 32 |
| Octal | 25 | 24 | 352 | 133 | 133 | 0 | 10 | 360 | 124 | 62 |
| Binary | 10101 | 10100 | 11101010 | 1011011 | 1011011 | 0 | 1000 | 11110000 | 1010100 | 110010 |
Color Harmonies of #1514EA
Complementary color
Monochromatic Colors of #1514EA
Black with #1514EA
Text Example
Text Example
White with #1514EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1514EA; }
p { color: rgb(21,20,234); }
H1.HeaderClassName
{
color: #1514EA;
}
.AnyTagClassName
{
color: #1514EA;
}
</style>
background-color css
<style>
a { background-color: #1514EA; }
a { background-color: rgb(21,20,234); }
div.DivClassName
{
background-color: #1514EA;
}
.BgClassName
{
background-color: #1514EA;
}
</style>
border-color css
<style>
span { border-color: #1514EA; }
span { border-color: rgb(21,20,234); }
td.TdClassName
{
border-color: #1514EA;
}
.TagClassName
{
border-color: #1514EA;
}
</style>