Shades of Blue #202CFB
Tints of Blue #202CFB
RGB
CMYK
RGB Variations
Color information
#202CFB (or 0x202CFB) is known color: Blue. HEX triplet: 20, 2C and FB. RGB value is (32,44,251). Sum of RGB (Red+Green+Blue) = 32+44+251=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #202CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202CFB is #DFD304. Grayscale: #3F3F3F. Windows color (decimal): -14668549 or 16460832. OLE color: 16460832.
HSL color Cylindrical-coordinate representation of color #202CFB: hue angle of 236.71º 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 #202CFB is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 44 | 251 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.02 |
| HSL | 236.71º | 0.96% | 0.55% | - |
| HSV(B) | 236.71º | 0.87% | 0.98% | - |
| XYZ | 18.91 | 9.07 | 92.02 | - |
| YUV | 64.01 | 233.52 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 251 | 0.87 | 0.82 | 0 | 0.02 | 236.71 | 0.96 | 0.55 |
| Hex | 20 | 2C | FB | 57 | 52 | 0 | 2 | ED | 60 | 37 |
| Octal | 40 | 54 | 373 | 127 | 122 | 0 | 2 | 355 | 140 | 67 |
| Binary | 100000 | 101100 | 11111011 | 1010111 | 1010010 | 0 | 10 | 11101101 | 1100000 | 110111 |
Color Harmonies of #202CFB
Complementary color
Monochromatic Colors of #202CFB
Black with #202CFB
Text Example
Text Example
White with #202CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CFB; }
p { color: rgb(32,44,251); }
H1.HeaderClassName
{
color: #202CFB;
}
.AnyTagClassName
{
color: #202CFB;
}
</style>
background-color css
<style>
a { background-color: #202CFB; }
a { background-color: rgb(32,44,251); }
div.DivClassName
{
background-color: #202CFB;
}
.BgClassName
{
background-color: #202CFB;
}
</style>
border-color css
<style>
span { border-color: #202CFB; }
span { border-color: rgb(32,44,251); }
td.TdClassName
{
border-color: #202CFB;
}
.TagClassName
{
border-color: #202CFB;
}
</style>