Shades of Persian Blue #1425DF
Tints of Persian Blue #1425DF
RGB
CMYK
RGB Variations
Color information
#1425DF (or 0x1425DF) is known color: Persian Blue. HEX triplet: 14, 25 and DF. RGB value is (20,37,223). Sum of RGB (Red+Green+Blue) = 20+37+223=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #1425DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1425DF is #EBDA20. Grayscale: #343434. Windows color (decimal): -15456801 or 14624020. OLE color: 14624020.
HSL color Cylindrical-coordinate representation of color #1425DF: hue angle of 234.98º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1425DF is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 37 | 223 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.13 |
| HSL | 234.98º | 0.84% | 0.48% | - |
| HSV(B) | 234.98º | 0.91% | 0.87% | - |
| XYZ | 14.27 | 6.8 | 70.37 | - |
| YUV | 53.12 | 223.87 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 223 | 0.91 | 0.83 | 0 | 0.13 | 234.98 | 0.84 | 0.48 |
| Hex | 14 | 25 | DF | 5B | 53 | 0 | D | EB | 54 | 30 |
| Octal | 24 | 45 | 337 | 133 | 123 | 0 | 15 | 353 | 124 | 60 |
| Binary | 10100 | 100101 | 11011111 | 1011011 | 1010011 | 0 | 1101 | 11101011 | 1010100 | 110000 |
Color Harmonies of #1425DF
Complementary color
Monochromatic Colors of #1425DF
Black with #1425DF
Text Example
Text Example
White with #1425DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1425DF; }
p { color: rgb(20,37,223); }
H1.HeaderClassName
{
color: #1425DF;
}
.AnyTagClassName
{
color: #1425DF;
}
</style>
background-color css
<style>
a { background-color: #1425DF; }
a { background-color: rgb(20,37,223); }
div.DivClassName
{
background-color: #1425DF;
}
.BgClassName
{
background-color: #1425DF;
}
</style>
border-color css
<style>
span { border-color: #1425DF; }
span { border-color: rgb(20,37,223); }
td.TdClassName
{
border-color: #1425DF;
}
.TagClassName
{
border-color: #1425DF;
}
</style>