Shades of Persian Blue #251DDF
Tints of Persian Blue #251DDF
RGB
CMYK
RGB Variations
Color information
#251DDF (or 0x251DDF) is known color: Persian Blue. HEX triplet: 25, 1D and DF. RGB value is (37,29,223). Sum of RGB (Red+Green+Blue) = 37+29+223=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #251DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DDF is #DAE220. Grayscale: #343434. Windows color (decimal): -14344737 or 14621989. OLE color: 14621989.
HSL color Cylindrical-coordinate representation of color #251DDF: hue angle of 242.47º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251DDF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 29 | 223 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.13 |
| HSL | 242.47º | 0.77% | 0.49% | - |
| HSV(B) | 242.47º | 0.87% | 0.87% | - |
| XYZ | 14.52 | 6.6 | 70.32 | - |
| YUV | 53.51 | 223.65 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 223 | 0.83 | 0.87 | 0 | 0.13 | 242.47 | 0.77 | 0.49 |
| Hex | 25 | 1D | DF | 53 | 57 | 0 | D | F2 | 4D | 31 |
| Octal | 45 | 35 | 337 | 123 | 127 | 0 | 15 | 362 | 115 | 61 |
| Binary | 100101 | 11101 | 11011111 | 1010011 | 1010111 | 0 | 1101 | 11110010 | 1001101 | 110001 |
Color Harmonies of #251DDF
Complementary color
Monochromatic Colors of #251DDF
Black with #251DDF
Text Example
Text Example
White with #251DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251DDF; }
p { color: rgb(37,29,223); }
H1.HeaderClassName
{
color: #251DDF;
}
.AnyTagClassName
{
color: #251DDF;
}
</style>
background-color css
<style>
a { background-color: #251DDF; }
a { background-color: rgb(37,29,223); }
div.DivClassName
{
background-color: #251DDF;
}
.BgClassName
{
background-color: #251DDF;
}
</style>
border-color css
<style>
span { border-color: #251DDF; }
span { border-color: rgb(37,29,223); }
td.TdClassName
{
border-color: #251DDF;
}
.TagClassName
{
border-color: #251DDF;
}
</style>