Shades of Blue #1524EE
Tints of Blue #1524EE
RGB
CMYK
RGB Variations
Color information
#1524EE (or 0x1524EE) is known color: Blue. HEX triplet: 15, 24 and EE. RGB value is (21,36,238). Sum of RGB (Red+Green+Blue) = 21+36+238=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 238 (93.36% from 255 or 80.68% from 295); Max value from RGB is 238 - color contains mainly: blue. Hex color #1524EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1524EE is #EADB11. Grayscale: #353535. Windows color (decimal): -15391506 or 15606805. OLE color: 15606805.
HSL color Cylindrical-coordinate representation of color #1524EE: hue angle of 235.85º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1524EE is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 36 | 238 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.07 |
| HSL | 235.85º | 0.86% | 0.51% | - |
| HSV(B) | 235.85º | 0.91% | 0.93% | - |
| XYZ | 16.37 | 7.59 | 81.49 | - |
| YUV | 54.54 | 231.53 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 238 | 0.91 | 0.85 | 0 | 0.07 | 235.85 | 0.86 | 0.51 |
| Hex | 15 | 24 | EE | 5B | 55 | 0 | 7 | EC | 56 | 33 |
| Octal | 25 | 44 | 356 | 133 | 125 | 0 | 7 | 354 | 126 | 63 |
| Binary | 10101 | 100100 | 11101110 | 1011011 | 1010101 | 0 | 111 | 11101100 | 1010110 | 110011 |
Color Harmonies of #1524EE
Complementary color
Monochromatic Colors of #1524EE
Black with #1524EE
Text Example
Text Example
White with #1524EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1524EE; }
p { color: rgb(21,36,238); }
H1.HeaderClassName
{
color: #1524EE;
}
.AnyTagClassName
{
color: #1524EE;
}
</style>
background-color css
<style>
a { background-color: #1524EE; }
a { background-color: rgb(21,36,238); }
div.DivClassName
{
background-color: #1524EE;
}
.BgClassName
{
background-color: #1524EE;
}
</style>
border-color css
<style>
span { border-color: #1524EE; }
span { border-color: rgb(21,36,238); }
td.TdClassName
{
border-color: #1524EE;
}
.TagClassName
{
border-color: #1524EE;
}
</style>