Shades of Persian Blue #251EDF
Tints of Persian Blue #251EDF
RGB
CMYK
RGB Variations
Color information
#251EDF (or 0x251EDF) is known color: Persian Blue. HEX triplet: 25, 1E and DF. RGB value is (37,30,223). Sum of RGB (Red+Green+Blue) = 37+30+223=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #251EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251EDF is #DAE120. Grayscale: #353535. Windows color (decimal): -14344481 or 14622245. OLE color: 14622245.
HSL color Cylindrical-coordinate representation of color #251EDF: hue angle of 242.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251EDF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 30 | 223 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.13 |
| HSL | 242.18º | 0.76% | 0.5% | - |
| HSV(B) | 242.18º | 0.87% | 0.87% | - |
| XYZ | 14.55 | 6.65 | 70.33 | - |
| YUV | 54.1 | 223.32 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 223 | 0.83 | 0.87 | 0 | 0.13 | 242.18 | 0.76 | 0.5 |
| Hex | 25 | 1E | DF | 53 | 57 | 0 | D | F2 | 4C | 32 |
| Octal | 45 | 36 | 337 | 123 | 127 | 0 | 15 | 362 | 114 | 62 |
| Binary | 100101 | 11110 | 11011111 | 1010011 | 1010111 | 0 | 1101 | 11110010 | 1001100 | 110010 |
Color Harmonies of #251EDF
Complementary color
Monochromatic Colors of #251EDF
Black with #251EDF
Text Example
Text Example
White with #251EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251EDF; }
p { color: rgb(37,30,223); }
H1.HeaderClassName
{
color: #251EDF;
}
.AnyTagClassName
{
color: #251EDF;
}
</style>
background-color css
<style>
a { background-color: #251EDF; }
a { background-color: rgb(37,30,223); }
div.DivClassName
{
background-color: #251EDF;
}
.BgClassName
{
background-color: #251EDF;
}
</style>
border-color css
<style>
span { border-color: #251EDF; }
span { border-color: rgb(37,30,223); }
td.TdClassName
{
border-color: #251EDF;
}
.TagClassName
{
border-color: #251EDF;
}
</style>