Shades of Blue #1524E7
Tints of Blue #1524E7
RGB
CMYK
RGB Variations
Color information
#1524E7 (or 0x1524E7) is known color: Blue. HEX triplet: 15, 24 and E7. RGB value is (21,36,231). Sum of RGB (Red+Green+Blue) = 21+36+231=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 231 (90.62% from 255 or 80.21% from 288); Max value from RGB is 231 - color contains mainly: blue. Hex color #1524E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1524E7 is #EADB18. Grayscale: #343434. Windows color (decimal): -15391513 or 15148053. OLE color: 15148053.
HSL color Cylindrical-coordinate representation of color #1524E7: hue angle of 235.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1524E7 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 36 | 231 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.09 |
| HSL | 235.71º | 0.83% | 0.49% | - |
| HSV(B) | 235.71º | 0.91% | 0.91% | - |
| XYZ | 15.36 | 7.19 | 76.18 | - |
| YUV | 53.75 | 228.03 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 231 | 0.91 | 0.84 | 0 | 0.09 | 235.71 | 0.83 | 0.49 |
| Hex | 15 | 24 | E7 | 5B | 54 | 0 | 9 | EC | 53 | 31 |
| Octal | 25 | 44 | 347 | 133 | 124 | 0 | 11 | 354 | 123 | 61 |
| Binary | 10101 | 100100 | 11100111 | 1011011 | 1010100 | 0 | 1001 | 11101100 | 1010011 | 110001 |
Color Harmonies of #1524E7
Complementary color
Monochromatic Colors of #1524E7
Black with #1524E7
Text Example
Text Example
White with #1524E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1524E7; }
p { color: rgb(21,36,231); }
H1.HeaderClassName
{
color: #1524E7;
}
.AnyTagClassName
{
color: #1524E7;
}
</style>
background-color css
<style>
a { background-color: #1524E7; }
a { background-color: rgb(21,36,231); }
div.DivClassName
{
background-color: #1524E7;
}
.BgClassName
{
background-color: #1524E7;
}
</style>
border-color css
<style>
span { border-color: #1524E7; }
span { border-color: rgb(21,36,231); }
td.TdClassName
{
border-color: #1524E7;
}
.TagClassName
{
border-color: #1524E7;
}
</style>