Shades of Persian Blue #253ED8
Tints of Persian Blue #253ED8
RGB
CMYK
RGB Variations
Color information
#253ED8 (or 0x253ED8) is known color: Persian Blue. HEX triplet: 25, 3E and D8. RGB value is (37,62,216). Sum of RGB (Red+Green+Blue) = 37+62+216=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 216 (84.77% from 255 or 68.57% from 315); Max value from RGB is 216 - color contains mainly: blue. Hex color #253ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ED8 is #DAC127. Grayscale: #474747. Windows color (decimal): -14336296 or 14171685. OLE color: 14171685.
HSL color Cylindrical-coordinate representation of color #253ED8: hue angle of 231.62º 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 #253ED8 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 62 | 216 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.15 |
| HSL | 231.62º | 0.71% | 0.5% | - |
| HSV(B) | 231.62º | 0.83% | 0.85% | - |
| XYZ | 14.88 | 8.8 | 65.88 | - |
| YUV | 72.08 | 209.22 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 216 | 0.83 | 0.71 | 0 | 0.15 | 231.62 | 0.71 | 0.5 |
| Hex | 25 | 3E | D8 | 53 | 47 | 0 | F | E8 | 47 | 32 |
| Octal | 45 | 76 | 330 | 123 | 107 | 0 | 17 | 350 | 107 | 62 |
| Binary | 100101 | 111110 | 11011000 | 1010011 | 1000111 | 0 | 1111 | 11101000 | 1000111 | 110010 |
Color Harmonies of #253ED8
Complementary color
Monochromatic Colors of #253ED8
Black with #253ED8
Text Example
Text Example
White with #253ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253ED8; }
p { color: rgb(37,62,216); }
H1.HeaderClassName
{
color: #253ED8;
}
.AnyTagClassName
{
color: #253ED8;
}
</style>
background-color css
<style>
a { background-color: #253ED8; }
a { background-color: rgb(37,62,216); }
div.DivClassName
{
background-color: #253ED8;
}
.BgClassName
{
background-color: #253ED8;
}
</style>
border-color css
<style>
span { border-color: #253ED8; }
span { border-color: rgb(37,62,216); }
td.TdClassName
{
border-color: #253ED8;
}
.TagClassName
{
border-color: #253ED8;
}
</style>