Shades of Blue #201FFA
Tints of Blue #201FFA
RGB
CMYK
RGB Variations
Color information
#201FFA (or 0x201FFA) is known color: Blue. HEX triplet: 20, 1F and FA. RGB value is (32,31,250). Sum of RGB (Red+Green+Blue) = 32+31+250=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 250 (98.05% from 255 or 79.87% from 313); Max value from RGB is 250 - color contains mainly: blue. Hex color #201FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201FFA is #DFE005. Grayscale: #373737. Windows color (decimal): -14671878 or 16391968. OLE color: 16391968.
HSL color Cylindrical-coordinate representation of color #201FFA: hue angle of 240.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201FFA is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 31 | 250 | - |
| CMYK | 0.87 | 0.88 | 0 | 0.02 |
| HSL | 240.27º | 0.96% | 0.55% | - |
| HSV(B) | 240.27º | 0.88% | 0.98% | - |
| XYZ | 18.34 | 8.19 | 91.06 | - |
| YUV | 56.27 | 237.33 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 250 | 0.87 | 0.88 | 0 | 0.02 | 240.27 | 0.96 | 0.55 |
| Hex | 20 | 1F | FA | 57 | 58 | 0 | 2 | F0 | 60 | 37 |
| Octal | 40 | 37 | 372 | 127 | 130 | 0 | 2 | 360 | 140 | 67 |
| Binary | 100000 | 11111 | 11111010 | 1010111 | 1011000 | 0 | 10 | 11110000 | 1100000 | 110111 |
Color Harmonies of #201FFA
Complementary color
Monochromatic Colors of #201FFA
Black with #201FFA
Text Example
Text Example
White with #201FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FFA; }
p { color: rgb(32,31,250); }
H1.HeaderClassName
{
color: #201FFA;
}
.AnyTagClassName
{
color: #201FFA;
}
</style>
background-color css
<style>
a { background-color: #201FFA; }
a { background-color: rgb(32,31,250); }
div.DivClassName
{
background-color: #201FFA;
}
.BgClassName
{
background-color: #201FFA;
}
</style>
border-color css
<style>
span { border-color: #201FFA; }
span { border-color: rgb(32,31,250); }
td.TdClassName
{
border-color: #201FFA;
}
.TagClassName
{
border-color: #201FFA;
}
</style>