Shades of Persian Blue #1F2ED2
Tints of Persian Blue #1F2ED2
RGB
CMYK
RGB Variations
Color information
#1F2ED2 (or 0x1F2ED2) is known color: Persian Blue. HEX triplet: 1F, 2E and D2. RGB value is (31,46,210). Sum of RGB (Red+Green+Blue) = 31+46+210=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 210 (82.42% from 255 or 73.17% from 287); Max value from RGB is 210 - color contains mainly: blue. Hex color #1F2ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2ED2 is #E0D12D. Grayscale: #3B3B3B. Windows color (decimal): -14733614 or 13774367. OLE color: 13774367.
HSL color Cylindrical-coordinate representation of color #1F2ED2: hue angle of 234.97º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F2ED2 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 46 | 210 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.18 |
| HSL | 234.97º | 0.74% | 0.47% | - |
| HSV(B) | 234.97º | 0.85% | 0.82% | - |
| XYZ | 13.17 | 6.9 | 61.61 | - |
| YUV | 60.21 | 212.53 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 46 | 210 | 0.85 | 0.78 | 0 | 0.18 | 234.97 | 0.74 | 0.47 |
| Hex | 1F | 2E | D2 | 55 | 4E | 0 | 12 | EB | 4A | 2F |
| Octal | 37 | 56 | 322 | 125 | 116 | 0 | 22 | 353 | 112 | 57 |
| Binary | 11111 | 101110 | 11010010 | 1010101 | 1001110 | 0 | 10010 | 11101011 | 1001010 | 101111 |
Color Harmonies of #1F2ED2
Complementary color
Monochromatic Colors of #1F2ED2
Black with #1F2ED2
Text Example
Text Example
White with #1F2ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2ED2; }
p { color: rgb(31,46,210); }
H1.HeaderClassName
{
color: #1F2ED2;
}
.AnyTagClassName
{
color: #1F2ED2;
}
</style>
background-color css
<style>
a { background-color: #1F2ED2; }
a { background-color: rgb(31,46,210); }
div.DivClassName
{
background-color: #1F2ED2;
}
.BgClassName
{
background-color: #1F2ED2;
}
</style>
border-color css
<style>
span { border-color: #1F2ED2; }
span { border-color: rgb(31,46,210); }
td.TdClassName
{
border-color: #1F2ED2;
}
.TagClassName
{
border-color: #1F2ED2;
}
</style>