Shades of Persian Blue #251EDD
Tints of Persian Blue #251EDD
RGB
CMYK
RGB Variations
Color information
#251EDD (or 0x251EDD) is known color: Persian Blue. HEX triplet: 25, 1E and DD. RGB value is (37,30,221). Sum of RGB (Red+Green+Blue) = 37+30+221=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #251EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251EDD is #DAE122. Grayscale: #353535. Windows color (decimal): -14344483 or 14491173. OLE color: 14491173.
HSL color Cylindrical-coordinate representation of color #251EDD: hue angle of 242.2º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251EDD is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 30 | 221 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.13 |
| HSL | 242.2º | 0.76% | 0.49% | - |
| HSV(B) | 242.2º | 0.86% | 0.87% | - |
| XYZ | 14.28 | 6.54 | 68.92 | - |
| YUV | 53.87 | 222.32 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 221 | 0.83 | 0.86 | 0 | 0.13 | 242.2 | 0.76 | 0.49 |
| Hex | 25 | 1E | DD | 53 | 56 | 0 | D | F2 | 4C | 31 |
| Octal | 45 | 36 | 335 | 123 | 126 | 0 | 15 | 362 | 114 | 61 |
| Binary | 100101 | 11110 | 11011101 | 1010011 | 1010110 | 0 | 1101 | 11110010 | 1001100 | 110001 |
Color Harmonies of #251EDD
Complementary color
Monochromatic Colors of #251EDD
Black with #251EDD
Text Example
Text Example
White with #251EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251EDD; }
p { color: rgb(37,30,221); }
H1.HeaderClassName
{
color: #251EDD;
}
.AnyTagClassName
{
color: #251EDD;
}
</style>
background-color css
<style>
a { background-color: #251EDD; }
a { background-color: rgb(37,30,221); }
div.DivClassName
{
background-color: #251EDD;
}
.BgClassName
{
background-color: #251EDD;
}
</style>
border-color css
<style>
span { border-color: #251EDD; }
span { border-color: rgb(37,30,221); }
td.TdClassName
{
border-color: #251EDD;
}
.TagClassName
{
border-color: #251EDD;
}
</style>