Shades of Persian Blue #1534DD
Tints of Persian Blue #1534DD
RGB
CMYK
RGB Variations
Color information
#1534DD (or 0x1534DD) is known color: Persian Blue. HEX triplet: 15, 34 and DD. RGB value is (21,52,221). Sum of RGB (Red+Green+Blue) = 21+52+221=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #1534DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1534DD is #EACB22. Grayscale: #3D3D3D. Windows color (decimal): -15387427 or 14496789. OLE color: 14496789.
HSL color Cylindrical-coordinate representation of color #1534DD: hue angle of 230.7º 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 #1534DD is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 52 | 221 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.13 |
| HSL | 230.7º | 0.83% | 0.47% | - |
| HSV(B) | 230.7º | 0.9% | 0.87% | - |
| XYZ | 14.59 | 7.84 | 69.15 | - |
| YUV | 62 | 217.73 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 221 | 0.90 | 0.76 | 0 | 0.13 | 230.7 | 0.83 | 0.47 |
| Hex | 15 | 34 | DD | 5A | 4C | 0 | D | E7 | 53 | 2F |
| Octal | 25 | 64 | 335 | 132 | 114 | 0 | 15 | 347 | 123 | 57 |
| Binary | 10101 | 110100 | 11011101 | 1011010 | 1001100 | 0 | 1101 | 11100111 | 1010011 | 101111 |
Color Harmonies of #1534DD
Complementary color
Monochromatic Colors of #1534DD
Black with #1534DD
Text Example
Text Example
White with #1534DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1534DD; }
p { color: rgb(21,52,221); }
H1.HeaderClassName
{
color: #1534DD;
}
.AnyTagClassName
{
color: #1534DD;
}
</style>
background-color css
<style>
a { background-color: #1534DD; }
a { background-color: rgb(21,52,221); }
div.DivClassName
{
background-color: #1534DD;
}
.BgClassName
{
background-color: #1534DD;
}
</style>
border-color css
<style>
span { border-color: #1534DD; }
span { border-color: rgb(21,52,221); }
td.TdClassName
{
border-color: #1534DD;
}
.TagClassName
{
border-color: #1534DD;
}
</style>