Shades of Persian Blue #1528DD
Tints of Persian Blue #1528DD
RGB
CMYK
RGB Variations
Color information
#1528DD (or 0x1528DD) is known color: Persian Blue. HEX triplet: 15, 28 and DD. RGB value is (21,40,221). Sum of RGB (Red+Green+Blue) = 21+40+221=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #1528DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1528DD is #EAD722. Grayscale: #363636. Windows color (decimal): -15390499 or 14493717. OLE color: 14493717.
HSL color Cylindrical-coordinate representation of color #1528DD: hue angle of 234.3º 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 #1528DD is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 40 | 221 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.13 |
| HSL | 234.3º | 0.83% | 0.47% | - |
| HSV(B) | 234.3º | 0.9% | 0.87% | - |
| XYZ | 14.12 | 6.9 | 68.99 | - |
| YUV | 54.95 | 221.71 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 221 | 0.90 | 0.82 | 0 | 0.13 | 234.3 | 0.83 | 0.47 |
| Hex | 15 | 28 | DD | 5A | 52 | 0 | D | EA | 53 | 2F |
| Octal | 25 | 50 | 335 | 132 | 122 | 0 | 15 | 352 | 123 | 57 |
| Binary | 10101 | 101000 | 11011101 | 1011010 | 1010010 | 0 | 1101 | 11101010 | 1010011 | 101111 |
Color Harmonies of #1528DD
Complementary color
Monochromatic Colors of #1528DD
Black with #1528DD
Text Example
Text Example
White with #1528DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1528DD; }
p { color: rgb(21,40,221); }
H1.HeaderClassName
{
color: #1528DD;
}
.AnyTagClassName
{
color: #1528DD;
}
</style>
background-color css
<style>
a { background-color: #1528DD; }
a { background-color: rgb(21,40,221); }
div.DivClassName
{
background-color: #1528DD;
}
.BgClassName
{
background-color: #1528DD;
}
</style>
border-color css
<style>
span { border-color: #1528DD; }
span { border-color: rgb(21,40,221); }
td.TdClassName
{
border-color: #1528DD;
}
.TagClassName
{
border-color: #1528DD;
}
</style>