Shades of Blue #202CFD
Tints of Blue #202CFD
RGB
CMYK
RGB Variations
Color information
#202CFD (or 0x202CFD) is known color: Blue. HEX triplet: 20, 2C and FD. RGB value is (32,44,253). Sum of RGB (Red+Green+Blue) = 32+44+253=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #202CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202CFD is #DFD302. Grayscale: #3F3F3F. Windows color (decimal): -14668547 or 16591904. OLE color: 16591904.
HSL color Cylindrical-coordinate representation of color #202CFD: hue angle of 236.74º 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 #202CFD is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 44 | 253 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.01 |
| HSL | 236.74º | 0.98% | 0.56% | - |
| HSV(B) | 236.74º | 0.87% | 0.99% | - |
| XYZ | 19.23 | 9.2 | 93.69 | - |
| YUV | 64.24 | 234.52 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 253 | 0.87 | 0.83 | 0 | 0.01 | 236.74 | 0.98 | 0.56 |
| Hex | 20 | 2C | FD | 57 | 53 | 0 | 1 | ED | 62 | 38 |
| Octal | 40 | 54 | 375 | 127 | 123 | 0 | 1 | 355 | 142 | 70 |
| Binary | 100000 | 101100 | 11111101 | 1010111 | 1010011 | 0 | 1 | 11101101 | 1100010 | 111000 |
Color Harmonies of #202CFD
Complementary color
Monochromatic Colors of #202CFD
Black with #202CFD
Text Example
Text Example
White with #202CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CFD; }
p { color: rgb(32,44,253); }
H1.HeaderClassName
{
color: #202CFD;
}
.AnyTagClassName
{
color: #202CFD;
}
</style>
background-color css
<style>
a { background-color: #202CFD; }
a { background-color: rgb(32,44,253); }
div.DivClassName
{
background-color: #202CFD;
}
.BgClassName
{
background-color: #202CFD;
}
</style>
border-color css
<style>
span { border-color: #202CFD; }
span { border-color: rgb(32,44,253); }
td.TdClassName
{
border-color: #202CFD;
}
.TagClassName
{
border-color: #202CFD;
}
</style>