Shades of Persian Blue #202DDF
Tints of Persian Blue #202DDF
RGB
CMYK
RGB Variations
Color information
#202DDF (or 0x202DDF) is known color: Persian Blue. HEX triplet: 20, 2D and DF. RGB value is (32,45,223). Sum of RGB (Red+Green+Blue) = 32+45+223=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #202DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DDF is #DFD220. Grayscale: #3C3C3C. Windows color (decimal): -14668321 or 14626080. OLE color: 14626080.
HSL color Cylindrical-coordinate representation of color #202DDF: hue angle of 235.92º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202DDF is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 45 | 223 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.13 |
| HSL | 235.92º | 0.75% | 0.5% | - |
| HSV(B) | 235.92º | 0.86% | 0.87% | - |
| XYZ | 14.85 | 7.51 | 70.48 | - |
| YUV | 61.41 | 219.19 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 223 | 0.86 | 0.80 | 0 | 0.13 | 235.92 | 0.75 | 0.5 |
| Hex | 20 | 2D | DF | 56 | 50 | 0 | D | EC | 4B | 32 |
| Octal | 40 | 55 | 337 | 126 | 120 | 0 | 15 | 354 | 113 | 62 |
| Binary | 100000 | 101101 | 11011111 | 1010110 | 1010000 | 0 | 1101 | 11101100 | 1001011 | 110010 |
Color Harmonies of #202DDF
Complementary color
Monochromatic Colors of #202DDF
Black with #202DDF
Text Example
Text Example
White with #202DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DDF; }
p { color: rgb(32,45,223); }
H1.HeaderClassName
{
color: #202DDF;
}
.AnyTagClassName
{
color: #202DDF;
}
</style>
background-color css
<style>
a { background-color: #202DDF; }
a { background-color: rgb(32,45,223); }
div.DivClassName
{
background-color: #202DDF;
}
.BgClassName
{
background-color: #202DDF;
}
</style>
border-color css
<style>
span { border-color: #202DDF; }
span { border-color: rgb(32,45,223); }
td.TdClassName
{
border-color: #202DDF;
}
.TagClassName
{
border-color: #202DDF;
}
</style>