Shades of Blue #202DFD
Tints of Blue #202DFD
RGB
CMYK
RGB Variations
Color information
#202DFD (or 0x202DFD) is known color: Blue. HEX triplet: 20, 2D and FD. RGB value is (32,45,253). Sum of RGB (Red+Green+Blue) = 32+45+253=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #202DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202DFD is #DFD202. Grayscale: #3F3F3F. Windows color (decimal): -14668291 or 16592160. OLE color: 16592160.
HSL color Cylindrical-coordinate representation of color #202DFD: hue angle of 236.47º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #202DFD is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 45 | 253 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.01 |
| HSL | 236.47º | 0.98% | 0.56% | - |
| HSV(B) | 236.47º | 0.87% | 0.99% | - |
| XYZ | 19.26 | 9.28 | 93.7 | - |
| YUV | 64.83 | 234.19 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 253 | 0.87 | 0.82 | 0 | 0.01 | 236.47 | 0.98 | 0.56 |
| Hex | 20 | 2D | FD | 57 | 52 | 0 | 1 | EC | 62 | 38 |
| Octal | 40 | 55 | 375 | 127 | 122 | 0 | 1 | 354 | 142 | 70 |
| Binary | 100000 | 101101 | 11111101 | 1010111 | 1010010 | 0 | 1 | 11101100 | 1100010 | 111000 |
Color Harmonies of #202DFD
Complementary color
Monochromatic Colors of #202DFD
Black with #202DFD
Text Example
Text Example
White with #202DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DFD; }
p { color: rgb(32,45,253); }
H1.HeaderClassName
{
color: #202DFD;
}
.AnyTagClassName
{
color: #202DFD;
}
</style>
background-color css
<style>
a { background-color: #202DFD; }
a { background-color: rgb(32,45,253); }
div.DivClassName
{
background-color: #202DFD;
}
.BgClassName
{
background-color: #202DFD;
}
</style>
border-color css
<style>
span { border-color: #202DFD; }
span { border-color: rgb(32,45,253); }
td.TdClassName
{
border-color: #202DFD;
}
.TagClassName
{
border-color: #202DFD;
}
</style>