Shades of Blue #202BFF
Tints of Blue #202BFF
RGB
CMYK
RGB Variations
Color information
#202BFF (or 0x202BFF) is known color: Blue. HEX triplet: 20, 2B and FF. RGB value is (32,43,255). Sum of RGB (Red+Green+Blue) = 32+43+255=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #202BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202BFF is #DFD400. Grayscale: #3F3F3F. Windows color (decimal): -14668801 or 16722720. OLE color: 16722720.
HSL color Cylindrical-coordinate representation of color #202BFF: hue angle of 237.04º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #202BFF is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 43 | 255 | - |
| CMYK | 0.87 | 0.83 | 0 | 0 |
| HSL | 237.04º | 1% | 0.56% | - |
| HSV(B) | 237.04º | 0.87% | 1% | - |
| XYZ | 19.51 | 9.25 | 95.37 | - |
| YUV | 63.88 | 235.86 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 255 | 0.87 | 0.83 | 0 | 0 | 237.04 | 1 | 0.56 |
| Hex | 20 | 2B | FF | 57 | 53 | 0 | 0 | ED | 64 | 38 |
| Octal | 40 | 53 | 377 | 127 | 123 | 0 | 0 | 355 | 144 | 70 |
| Binary | 100000 | 101011 | 11111111 | 1010111 | 1010011 | 0 | 0 | 11101101 | 1100100 | 111000 |
Color Harmonies of #202BFF
Complementary color
Monochromatic Colors of #202BFF
Black with #202BFF
Text Example
Text Example
White with #202BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BFF; }
p { color: rgb(32,43,255); }
H1.HeaderClassName
{
color: #202BFF;
}
.AnyTagClassName
{
color: #202BFF;
}
</style>
background-color css
<style>
a { background-color: #202BFF; }
a { background-color: rgb(32,43,255); }
div.DivClassName
{
background-color: #202BFF;
}
.BgClassName
{
background-color: #202BFF;
}
</style>
border-color css
<style>
span { border-color: #202BFF; }
span { border-color: rgb(32,43,255); }
td.TdClassName
{
border-color: #202BFF;
}
.TagClassName
{
border-color: #202BFF;
}
</style>