Shades of Persian Blue #153FDC
Tints of Persian Blue #153FDC
RGB
CMYK
RGB Variations
Color information
#153FDC (or 0x153FDC) is known color: Persian Blue. HEX triplet: 15, 3F and DC. RGB value is (21,63,220). Sum of RGB (Red+Green+Blue) = 21+63+220=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #153FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FDC is #EAC023. Grayscale: #434343. Windows color (decimal): -15384612 or 14434069. OLE color: 14434069.
HSL color Cylindrical-coordinate representation of color #153FDC: hue angle of 227.34º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #153FDC is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 63 | 220 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.14 |
| HSL | 227.34º | 0.83% | 0.47% | - |
| HSV(B) | 227.34º | 0.9% | 0.86% | - |
| XYZ | 15.01 | 8.88 | 68.63 | - |
| YUV | 68.34 | 213.59 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 220 | 0.90 | 0.71 | 0 | 0.14 | 227.34 | 0.83 | 0.47 |
| Hex | 15 | 3F | DC | 5A | 47 | 0 | E | E3 | 53 | 2F |
| Octal | 25 | 77 | 334 | 132 | 107 | 0 | 16 | 343 | 123 | 57 |
| Binary | 10101 | 111111 | 11011100 | 1011010 | 1000111 | 0 | 1110 | 11100011 | 1010011 | 101111 |
Color Harmonies of #153FDC
Complementary color
Monochromatic Colors of #153FDC
Black with #153FDC
Text Example
Text Example
White with #153FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FDC; }
p { color: rgb(21,63,220); }
H1.HeaderClassName
{
color: #153FDC;
}
.AnyTagClassName
{
color: #153FDC;
}
</style>
background-color css
<style>
a { background-color: #153FDC; }
a { background-color: rgb(21,63,220); }
div.DivClassName
{
background-color: #153FDC;
}
.BgClassName
{
background-color: #153FDC;
}
</style>
border-color css
<style>
span { border-color: #153FDC; }
span { border-color: rgb(21,63,220); }
td.TdClassName
{
border-color: #153FDC;
}
.TagClassName
{
border-color: #153FDC;
}
</style>