Shades of Persian Blue #1524DD
Tints of Persian Blue #1524DD
RGB
CMYK
RGB Variations
Color information
#1524DD (or 0x1524DD) is known color: Persian Blue. HEX triplet: 15, 24 and DD. RGB value is (21,36,221). Sum of RGB (Red+Green+Blue) = 21+36+221=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #1524DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1524DD is #EADB22. Grayscale: #333333. Windows color (decimal): -15391523 or 14492693. OLE color: 14492693.
HSL color Cylindrical-coordinate representation of color #1524DD: hue angle of 235.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1524DD is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 36 | 221 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.13 |
| HSL | 235.5º | 0.83% | 0.47% | - |
| HSV(B) | 235.5º | 0.9% | 0.87% | - |
| XYZ | 13.99 | 6.64 | 68.95 | - |
| YUV | 52.61 | 223.03 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 221 | 0.90 | 0.84 | 0 | 0.13 | 235.5 | 0.83 | 0.47 |
| Hex | 15 | 24 | DD | 5A | 54 | 0 | D | EC | 53 | 2F |
| Octal | 25 | 44 | 335 | 132 | 124 | 0 | 15 | 354 | 123 | 57 |
| Binary | 10101 | 100100 | 11011101 | 1011010 | 1010100 | 0 | 1101 | 11101100 | 1010011 | 101111 |
Color Harmonies of #1524DD
Complementary color
Monochromatic Colors of #1524DD
Black with #1524DD
Text Example
Text Example
White with #1524DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1524DD; }
p { color: rgb(21,36,221); }
H1.HeaderClassName
{
color: #1524DD;
}
.AnyTagClassName
{
color: #1524DD;
}
</style>
background-color css
<style>
a { background-color: #1524DD; }
a { background-color: rgb(21,36,221); }
div.DivClassName
{
background-color: #1524DD;
}
.BgClassName
{
background-color: #1524DD;
}
</style>
border-color css
<style>
span { border-color: #1524DD; }
span { border-color: rgb(21,36,221); }
td.TdClassName
{
border-color: #1524DD;
}
.TagClassName
{
border-color: #1524DD;
}
</style>