Shades of Persian Blue #2425DF
Tints of Persian Blue #2425DF
RGB
CMYK
RGB Variations
Color information
#2425DF (or 0x2425DF) is known color: Persian Blue. HEX triplet: 24, 25 and DF. RGB value is (36,37,223). Sum of RGB (Red+Green+Blue) = 36+37+223=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 223 (87.5% from 255 or 75.34% from 296); Max value from RGB is 223 - color contains mainly: blue. Hex color #2425DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2425DF is #DBDA20. Grayscale: #393939. Windows color (decimal): -14408225 or 14624036. OLE color: 14624036.
HSL color Cylindrical-coordinate representation of color #2425DF: hue angle of 239.68º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2425DF is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 37 | 223 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.13 |
| HSL | 239.68º | 0.75% | 0.51% | - |
| HSV(B) | 239.68º | 0.84% | 0.87% | - |
| XYZ | 14.71 | 7.03 | 70.39 | - |
| YUV | 57.91 | 221.17 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 223 | 0.84 | 0.83 | 0 | 0.13 | 239.68 | 0.75 | 0.51 |
| Hex | 24 | 25 | DF | 54 | 53 | 0 | D | F0 | 4B | 33 |
| Octal | 44 | 45 | 337 | 124 | 123 | 0 | 15 | 360 | 113 | 63 |
| Binary | 100100 | 100101 | 11011111 | 1010100 | 1010011 | 0 | 1101 | 11110000 | 1001011 | 110011 |
Color Harmonies of #2425DF
Complementary color
Monochromatic Colors of #2425DF
Black with #2425DF
Text Example
Text Example
White with #2425DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2425DF; }
p { color: rgb(36,37,223); }
H1.HeaderClassName
{
color: #2425DF;
}
.AnyTagClassName
{
color: #2425DF;
}
</style>
background-color css
<style>
a { background-color: #2425DF; }
a { background-color: rgb(36,37,223); }
div.DivClassName
{
background-color: #2425DF;
}
.BgClassName
{
background-color: #2425DF;
}
</style>
border-color css
<style>
span { border-color: #2425DF; }
span { border-color: rgb(36,37,223); }
td.TdClassName
{
border-color: #2425DF;
}
.TagClassName
{
border-color: #2425DF;
}
</style>