Shades of Persian Blue #1D3FE7
Tints of Persian Blue #1D3FE7
RGB
CMYK
RGB Variations
Color information
#1D3FE7 (or 0x1D3FE7) is known color: Persian Blue. HEX triplet: 1D, 3F and E7. RGB value is (29,63,231). Sum of RGB (Red+Green+Blue) = 29+63+231=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 231 (90.62% from 255 or 71.52% from 323); Max value from RGB is 231 - color contains mainly: blue. Hex color #1D3FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D3FE7 is #E2C018. Grayscale: #474747. Windows color (decimal): -14860313 or 15154973. OLE color: 15154973.
HSL color Cylindrical-coordinate representation of color #1D3FE7: hue angle of 229.9º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D3FE7 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 63 | 231 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.09 |
| HSL | 229.9º | 0.81% | 0.51% | - |
| HSV(B) | 229.9º | 0.87% | 0.91% | - |
| XYZ | 16.71 | 9.59 | 76.57 | - |
| YUV | 71.99 | 217.74 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 231 | 0.87 | 0.73 | 0 | 0.09 | 229.9 | 0.81 | 0.51 |
| Hex | 1D | 3F | E7 | 57 | 49 | 0 | 9 | E6 | 51 | 33 |
| Octal | 35 | 77 | 347 | 127 | 111 | 0 | 11 | 346 | 121 | 63 |
| Binary | 11101 | 111111 | 11100111 | 1010111 | 1001001 | 0 | 1001 | 11100110 | 1010001 | 110011 |
Color Harmonies of #1D3FE7
Complementary color
Monochromatic Colors of #1D3FE7
Black with #1D3FE7
Text Example
Text Example
White with #1D3FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3FE7; }
p { color: rgb(29,63,231); }
H1.HeaderClassName
{
color: #1D3FE7;
}
.AnyTagClassName
{
color: #1D3FE7;
}
</style>
background-color css
<style>
a { background-color: #1D3FE7; }
a { background-color: rgb(29,63,231); }
div.DivClassName
{
background-color: #1D3FE7;
}
.BgClassName
{
background-color: #1D3FE7;
}
</style>
border-color css
<style>
span { border-color: #1D3FE7; }
span { border-color: rgb(29,63,231); }
td.TdClassName
{
border-color: #1D3FE7;
}
.TagClassName
{
border-color: #1D3FE7;
}
</style>