Shades of Persian Blue #253ED9
Tints of Persian Blue #253ED9
RGB
CMYK
RGB Variations
Color information
#253ED9 (or 0x253ED9) is known color: Persian Blue. HEX triplet: 25, 3E and D9. RGB value is (37,62,217). Sum of RGB (Red+Green+Blue) = 37+62+217=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 217 (85.16% from 255 or 68.67% from 316); Max value from RGB is 217 - color contains mainly: blue. Hex color #253ED9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ED9 is #DAC126. Grayscale: #474747. Windows color (decimal): -14336295 or 14237221. OLE color: 14237221.
HSL color Cylindrical-coordinate representation of color #253ED9: hue angle of 231.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253ED9 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 62 | 217 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.15 |
| HSL | 231.67º | 0.71% | 0.5% | - |
| HSV(B) | 231.67º | 0.83% | 0.85% | - |
| XYZ | 15.01 | 8.85 | 66.56 | - |
| YUV | 72.2 | 209.72 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 217 | 0.83 | 0.71 | 0 | 0.15 | 231.67 | 0.71 | 0.5 |
| Hex | 25 | 3E | D9 | 53 | 47 | 0 | F | E8 | 47 | 32 |
| Octal | 45 | 76 | 331 | 123 | 107 | 0 | 17 | 350 | 107 | 62 |
| Binary | 100101 | 111110 | 11011001 | 1010011 | 1000111 | 0 | 1111 | 11101000 | 1000111 | 110010 |
Color Harmonies of #253ED9
Complementary color
Monochromatic Colors of #253ED9
Black with #253ED9
Text Example
Text Example
White with #253ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253ED9; }
p { color: rgb(37,62,217); }
H1.HeaderClassName
{
color: #253ED9;
}
.AnyTagClassName
{
color: #253ED9;
}
</style>
background-color css
<style>
a { background-color: #253ED9; }
a { background-color: rgb(37,62,217); }
div.DivClassName
{
background-color: #253ED9;
}
.BgClassName
{
background-color: #253ED9;
}
</style>
border-color css
<style>
span { border-color: #253ED9; }
span { border-color: rgb(37,62,217); }
td.TdClassName
{
border-color: #253ED9;
}
.TagClassName
{
border-color: #253ED9;
}
</style>