Shades of Blue #202BFD
Tints of Blue #202BFD
RGB
CMYK
RGB Variations
Color information
#202BFD (or 0x202BFD) is known color: Blue. HEX triplet: 20, 2B and FD. RGB value is (32,43,253). Sum of RGB (Red+Green+Blue) = 32+43+253=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #202BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202BFD is #DFD402. Grayscale: #3E3E3E. Windows color (decimal): -14668803 or 16591648. OLE color: 16591648.
HSL color Cylindrical-coordinate representation of color #202BFD: hue angle of 237.01º 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 #202BFD is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 43 | 253 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.01 |
| HSL | 237.01º | 0.98% | 0.56% | - |
| HSV(B) | 237.01º | 0.87% | 0.99% | - |
| XYZ | 19.19 | 9.13 | 93.68 | - |
| YUV | 63.65 | 234.86 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 253 | 0.87 | 0.83 | 0 | 0.01 | 237.01 | 0.98 | 0.56 |
| Hex | 20 | 2B | FD | 57 | 53 | 0 | 1 | ED | 62 | 38 |
| Octal | 40 | 53 | 375 | 127 | 123 | 0 | 1 | 355 | 142 | 70 |
| Binary | 100000 | 101011 | 11111101 | 1010111 | 1010011 | 0 | 1 | 11101101 | 1100010 | 111000 |
Color Harmonies of #202BFD
Complementary color
Monochromatic Colors of #202BFD
Black with #202BFD
Text Example
Text Example
White with #202BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BFD; }
p { color: rgb(32,43,253); }
H1.HeaderClassName
{
color: #202BFD;
}
.AnyTagClassName
{
color: #202BFD;
}
</style>
background-color css
<style>
a { background-color: #202BFD; }
a { background-color: rgb(32,43,253); }
div.DivClassName
{
background-color: #202BFD;
}
.BgClassName
{
background-color: #202BFD;
}
</style>
border-color css
<style>
span { border-color: #202BFD; }
span { border-color: rgb(32,43,253); }
td.TdClassName
{
border-color: #202BFD;
}
.TagClassName
{
border-color: #202BFD;
}
</style>