Shades of Persian Blue #153DED
Tints of Persian Blue #153DED
RGB
CMYK
RGB Variations
Color information
#153DED (or 0x153DED) is known color: Persian Blue. HEX triplet: 15, 3D and ED. RGB value is (21,61,237). Sum of RGB (Red+Green+Blue) = 21+61+237=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #153DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153DED is #EAC212. Grayscale: #444444. Windows color (decimal): -15385107 or 15547669. OLE color: 15547669.
HSL color Cylindrical-coordinate representation of color #153DED: hue angle of 228.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153DED is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 61 | 237 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.07 |
| HSL | 228.89º | 0.86% | 0.51% | - |
| HSV(B) | 228.89º | 0.91% | 0.93% | - |
| XYZ | 17.26 | 9.61 | 81.07 | - |
| YUV | 69.1 | 222.75 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 237 | 0.91 | 0.74 | 0 | 0.07 | 228.89 | 0.86 | 0.51 |
| Hex | 15 | 3D | ED | 5B | 4A | 0 | 7 | E5 | 56 | 33 |
| Octal | 25 | 75 | 355 | 133 | 112 | 0 | 7 | 345 | 126 | 63 |
| Binary | 10101 | 111101 | 11101101 | 1011011 | 1001010 | 0 | 111 | 11100101 | 1010110 | 110011 |
Color Harmonies of #153DED
Complementary color
Monochromatic Colors of #153DED
Black with #153DED
Text Example
Text Example
White with #153DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153DED; }
p { color: rgb(21,61,237); }
H1.HeaderClassName
{
color: #153DED;
}
.AnyTagClassName
{
color: #153DED;
}
</style>
background-color css
<style>
a { background-color: #153DED; }
a { background-color: rgb(21,61,237); }
div.DivClassName
{
background-color: #153DED;
}
.BgClassName
{
background-color: #153DED;
}
</style>
border-color css
<style>
span { border-color: #153DED; }
span { border-color: rgb(21,61,237); }
td.TdClassName
{
border-color: #153DED;
}
.TagClassName
{
border-color: #153DED;
}
</style>