Shades of Persian Blue #1D2FCD
Tints of Persian Blue #1D2FCD
RGB
CMYK
RGB Variations
Color information
#1D2FCD (or 0x1D2FCD) is known color: Persian Blue. HEX triplet: 1D, 2F and CD. RGB value is (29,47,205). Sum of RGB (Red+Green+Blue) = 29+47+205=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D2FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2FCD is #E2D032. Grayscale: #3A3A3A. Windows color (decimal): -14864435 or 13446941. OLE color: 13446941.
HSL color Cylindrical-coordinate representation of color #1D2FCD: hue angle of 233.86º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D2FCD is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 47 | 205 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.20 |
| HSL | 233.86º | 0.75% | 0.46% | - |
| HSV(B) | 233.86º | 0.86% | 0.8% | - |
| XYZ | 12.54 | 6.7 | 58.39 | - |
| YUV | 59.63 | 210.04 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 205 | 0.86 | 0.77 | 0 | 0.20 | 233.86 | 0.75 | 0.46 |
| Hex | 1D | 2F | CD | 56 | 4D | 0 | 14 | EA | 4B | 2E |
| Octal | 35 | 57 | 315 | 126 | 115 | 0 | 24 | 352 | 113 | 56 |
| Binary | 11101 | 101111 | 11001101 | 1010110 | 1001101 | 0 | 10100 | 11101010 | 1001011 | 101110 |
Color Harmonies of #1D2FCD
Complementary color
Monochromatic Colors of #1D2FCD
Black with #1D2FCD
Text Example
Text Example
White with #1D2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2FCD; }
p { color: rgb(29,47,205); }
H1.HeaderClassName
{
color: #1D2FCD;
}
.AnyTagClassName
{
color: #1D2FCD;
}
</style>
background-color css
<style>
a { background-color: #1D2FCD; }
a { background-color: rgb(29,47,205); }
div.DivClassName
{
background-color: #1D2FCD;
}
.BgClassName
{
background-color: #1D2FCD;
}
</style>
border-color css
<style>
span { border-color: #1D2FCD; }
span { border-color: rgb(29,47,205); }
td.TdClassName
{
border-color: #1D2FCD;
}
.TagClassName
{
border-color: #1D2FCD;
}
</style>