Shades of Persian Blue #153FDD
Tints of Persian Blue #153FDD
RGB
CMYK
RGB Variations
Color information
#153FDD (or 0x153FDD) is known color: Persian Blue. HEX triplet: 15, 3F and DD. RGB value is (21,63,221). Sum of RGB (Red+Green+Blue) = 21+63+221=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #153FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FDD is #EAC022. Grayscale: #434343. Windows color (decimal): -15384611 or 14499605. OLE color: 14499605.
HSL color Cylindrical-coordinate representation of color #153FDD: hue angle of 227.4º 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 #153FDD is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 63 | 221 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.13 |
| HSL | 227.4º | 0.83% | 0.47% | - |
| HSV(B) | 227.4º | 0.9% | 0.87% | - |
| XYZ | 15.14 | 8.93 | 69.33 | - |
| YUV | 68.45 | 214.09 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 221 | 0.90 | 0.71 | 0 | 0.13 | 227.4 | 0.83 | 0.47 |
| Hex | 15 | 3F | DD | 5A | 47 | 0 | D | E3 | 53 | 2F |
| Octal | 25 | 77 | 335 | 132 | 107 | 0 | 15 | 343 | 123 | 57 |
| Binary | 10101 | 111111 | 11011101 | 1011010 | 1000111 | 0 | 1101 | 11100011 | 1010011 | 101111 |
Color Harmonies of #153FDD
Complementary color
Monochromatic Colors of #153FDD
Black with #153FDD
Text Example
Text Example
White with #153FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FDD; }
p { color: rgb(21,63,221); }
H1.HeaderClassName
{
color: #153FDD;
}
.AnyTagClassName
{
color: #153FDD;
}
</style>
background-color css
<style>
a { background-color: #153FDD; }
a { background-color: rgb(21,63,221); }
div.DivClassName
{
background-color: #153FDD;
}
.BgClassName
{
background-color: #153FDD;
}
</style>
border-color css
<style>
span { border-color: #153FDD; }
span { border-color: rgb(21,63,221); }
td.TdClassName
{
border-color: #153FDD;
}
.TagClassName
{
border-color: #153FDD;
}
</style>