Shades of Persian Blue #202ADF
Tints of Persian Blue #202ADF
RGB
CMYK
RGB Variations
Color information
#202ADF (or 0x202ADF) is known color: Persian Blue. HEX triplet: 20, 2A and DF. RGB value is (32,42,223). Sum of RGB (Red+Green+Blue) = 32+42+223=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #202ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202ADF is #DFD520. Grayscale: #3A3A3A. Windows color (decimal): -14669089 or 14625312. OLE color: 14625312.
HSL color Cylindrical-coordinate representation of color #202ADF: hue angle of 236.86º 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 #202ADF is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 42 | 223 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.13 |
| HSL | 236.86º | 0.75% | 0.5% | - |
| HSV(B) | 236.86º | 0.86% | 0.87% | - |
| XYZ | 14.74 | 7.29 | 70.44 | - |
| YUV | 59.64 | 220.19 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 223 | 0.86 | 0.81 | 0 | 0.13 | 236.86 | 0.75 | 0.5 |
| Hex | 20 | 2A | DF | 56 | 51 | 0 | D | ED | 4B | 32 |
| Octal | 40 | 52 | 337 | 126 | 121 | 0 | 15 | 355 | 113 | 62 |
| Binary | 100000 | 101010 | 11011111 | 1010110 | 1010001 | 0 | 1101 | 11101101 | 1001011 | 110010 |
Color Harmonies of #202ADF
Complementary color
Monochromatic Colors of #202ADF
Black with #202ADF
Text Example
Text Example
White with #202ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202ADF; }
p { color: rgb(32,42,223); }
H1.HeaderClassName
{
color: #202ADF;
}
.AnyTagClassName
{
color: #202ADF;
}
</style>
background-color css
<style>
a { background-color: #202ADF; }
a { background-color: rgb(32,42,223); }
div.DivClassName
{
background-color: #202ADF;
}
.BgClassName
{
background-color: #202ADF;
}
</style>
border-color css
<style>
span { border-color: #202ADF; }
span { border-color: rgb(32,42,223); }
td.TdClassName
{
border-color: #202ADF;
}
.TagClassName
{
border-color: #202ADF;
}
</style>