Shades of Blue #202BFB
Tints of Blue #202BFB
RGB
CMYK
RGB Variations
Color information
#202BFB (or 0x202BFB) is known color: Blue. HEX triplet: 20, 2B and FB. RGB value is (32,43,251). Sum of RGB (Red+Green+Blue) = 32+43+251=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 251 (98.44% from 255 or 76.99% from 326); Max value from RGB is 251 - color contains mainly: blue. Hex color #202BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202BFB is #DFD404. Grayscale: #3E3E3E. Windows color (decimal): -14668805 or 16460576. OLE color: 16460576.
HSL color Cylindrical-coordinate representation of color #202BFB: hue angle of 236.99º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #202BFB is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 43 | 251 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.02 |
| HSL | 236.99º | 0.96% | 0.55% | - |
| HSV(B) | 236.99º | 0.87% | 0.98% | - |
| XYZ | 18.87 | 9 | 92.01 | - |
| YUV | 63.42 | 233.86 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 251 | 0.87 | 0.83 | 0 | 0.02 | 236.99 | 0.96 | 0.55 |
| Hex | 20 | 2B | FB | 57 | 53 | 0 | 2 | ED | 60 | 37 |
| Octal | 40 | 53 | 373 | 127 | 123 | 0 | 2 | 355 | 140 | 67 |
| Binary | 100000 | 101011 | 11111011 | 1010111 | 1010011 | 0 | 10 | 11101101 | 1100000 | 110111 |
Color Harmonies of #202BFB
Complementary color
Monochromatic Colors of #202BFB
Black with #202BFB
Text Example
Text Example
White with #202BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BFB; }
p { color: rgb(32,43,251); }
H1.HeaderClassName
{
color: #202BFB;
}
.AnyTagClassName
{
color: #202BFB;
}
</style>
background-color css
<style>
a { background-color: #202BFB; }
a { background-color: rgb(32,43,251); }
div.DivClassName
{
background-color: #202BFB;
}
.BgClassName
{
background-color: #202BFB;
}
</style>
border-color css
<style>
span { border-color: #202BFB; }
span { border-color: rgb(32,43,251); }
td.TdClassName
{
border-color: #202BFB;
}
.TagClassName
{
border-color: #202BFB;
}
</style>