Shades of Blue #1525E9
Tints of Blue #1525E9
RGB
CMYK
RGB Variations
Color information
#1525E9 (or 0x1525E9) is known color: Blue. HEX triplet: 15, 25 and E9. RGB value is (21,37,233). Sum of RGB (Red+Green+Blue) = 21+37+233=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 233 (91.41% from 255 or 80.07% from 291); Max value from RGB is 233 - color contains mainly: blue. Hex color #1525E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1525E9 is #EADA16. Grayscale: #353535. Windows color (decimal): -15391255 or 15279381. OLE color: 15279381.
HSL color Cylindrical-coordinate representation of color #1525E9: hue angle of 235.47º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1525E9 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 37 | 233 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.09 |
| HSL | 235.47º | 0.83% | 0.5% | - |
| HSV(B) | 235.47º | 0.91% | 0.91% | - |
| XYZ | 15.68 | 7.37 | 77.69 | - |
| YUV | 54.56 | 228.7 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 233 | 0.91 | 0.84 | 0 | 0.09 | 235.47 | 0.83 | 0.5 |
| Hex | 15 | 25 | E9 | 5B | 54 | 0 | 9 | EB | 53 | 32 |
| Octal | 25 | 45 | 351 | 133 | 124 | 0 | 11 | 353 | 123 | 62 |
| Binary | 10101 | 100101 | 11101001 | 1011011 | 1010100 | 0 | 1001 | 11101011 | 1010011 | 110010 |
Color Harmonies of #1525E9
Complementary color
Monochromatic Colors of #1525E9
Black with #1525E9
Text Example
Text Example
White with #1525E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1525E9; }
p { color: rgb(21,37,233); }
H1.HeaderClassName
{
color: #1525E9;
}
.AnyTagClassName
{
color: #1525E9;
}
</style>
background-color css
<style>
a { background-color: #1525E9; }
a { background-color: rgb(21,37,233); }
div.DivClassName
{
background-color: #1525E9;
}
.BgClassName
{
background-color: #1525E9;
}
</style>
border-color css
<style>
span { border-color: #1525E9; }
span { border-color: rgb(21,37,233); }
td.TdClassName
{
border-color: #1525E9;
}
.TagClassName
{
border-color: #1525E9;
}
</style>