Shades of Persian Blue #1D2FF2
Tints of Persian Blue #1D2FF2
RGB
CMYK
RGB Variations
Color information
#1D2FF2 (or 0x1D2FF2) is known color: Persian Blue. HEX triplet: 1D, 2F and F2. RGB value is (29,47,242). Sum of RGB (Red+Green+Blue) = 29+47+242=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 242 (94.92% from 255 or 76.10% from 318); Max value from RGB is 242 - color contains mainly: blue. Hex color #1D2FF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D2FF2 is #E2D00D. Grayscale: #3F3F3F. Windows color (decimal): -14864398 or 15871773. OLE color: 15871773.
HSL color Cylindrical-coordinate representation of color #1D2FF2: hue angle of 234.93º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D2FF2 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 47 | 242 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.05 |
| HSL | 234.93º | 0.89% | 0.53% | - |
| HSV(B) | 234.93º | 0.88% | 0.95% | - |
| XYZ | 17.55 | 8.71 | 84.76 | - |
| YUV | 63.85 | 228.54 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 242 | 0.88 | 0.81 | 0 | 0.05 | 234.93 | 0.89 | 0.53 |
| Hex | 1D | 2F | F2 | 58 | 51 | 0 | 5 | EB | 59 | 35 |
| Octal | 35 | 57 | 362 | 130 | 121 | 0 | 5 | 353 | 131 | 65 |
| Binary | 11101 | 101111 | 11110010 | 1011000 | 1010001 | 0 | 101 | 11101011 | 1011001 | 110101 |
Color Harmonies of #1D2FF2
Complementary color
Monochromatic Colors of #1D2FF2
Black with #1D2FF2
Text Example
Text Example
White with #1D2FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2FF2; }
p { color: rgb(29,47,242); }
H1.HeaderClassName
{
color: #1D2FF2;
}
.AnyTagClassName
{
color: #1D2FF2;
}
</style>
background-color css
<style>
a { background-color: #1D2FF2; }
a { background-color: rgb(29,47,242); }
div.DivClassName
{
background-color: #1D2FF2;
}
.BgClassName
{
background-color: #1D2FF2;
}
</style>
border-color css
<style>
span { border-color: #1D2FF2; }
span { border-color: rgb(29,47,242); }
td.TdClassName
{
border-color: #1D2FF2;
}
.TagClassName
{
border-color: #1D2FF2;
}
</style>