Shades of Blue #1525EC
Tints of Blue #1525EC
RGB
CMYK
RGB Variations
Color information
#1525EC (or 0x1525EC) is known color: Blue. HEX triplet: 15, 25 and EC. RGB value is (21,37,236). Sum of RGB (Red+Green+Blue) = 21+37+236=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 236 (92.58% from 255 or 80.27% from 294); Max value from RGB is 236 - color contains mainly: blue. Hex color #1525EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1525EC is #EADA13. Grayscale: #363636. Windows color (decimal): -15391252 or 15475989. OLE color: 15475989.
HSL color Cylindrical-coordinate representation of color #1525EC: hue angle of 235.53º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1525EC is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 37 | 236 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.07 |
| HSL | 235.53º | 0.85% | 0.5% | - |
| HSV(B) | 235.53º | 0.91% | 0.93% | - |
| XYZ | 16.11 | 7.54 | 79.96 | - |
| YUV | 54.9 | 230.2 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 236 | 0.91 | 0.84 | 0 | 0.07 | 235.53 | 0.85 | 0.5 |
| Hex | 15 | 25 | EC | 5B | 54 | 0 | 7 | EC | 55 | 32 |
| Octal | 25 | 45 | 354 | 133 | 124 | 0 | 7 | 354 | 125 | 62 |
| Binary | 10101 | 100101 | 11101100 | 1011011 | 1010100 | 0 | 111 | 11101100 | 1010101 | 110010 |
Color Harmonies of #1525EC
Complementary color
Monochromatic Colors of #1525EC
Black with #1525EC
Text Example
Text Example
White with #1525EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1525EC; }
p { color: rgb(21,37,236); }
H1.HeaderClassName
{
color: #1525EC;
}
.AnyTagClassName
{
color: #1525EC;
}
</style>
background-color css
<style>
a { background-color: #1525EC; }
a { background-color: rgb(21,37,236); }
div.DivClassName
{
background-color: #1525EC;
}
.BgClassName
{
background-color: #1525EC;
}
</style>
border-color css
<style>
span { border-color: #1525EC; }
span { border-color: rgb(21,37,236); }
td.TdClassName
{
border-color: #1525EC;
}
.TagClassName
{
border-color: #1525EC;
}
</style>