Shades of Blue #2120FA
Tints of Blue #2120FA
RGB
CMYK
RGB Variations
Color information
#2120FA (or 0x2120FA) is known color: Blue. HEX triplet: 21, 20 and FA. RGB value is (33,32,250). Sum of RGB (Red+Green+Blue) = 33+32+250=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #2120FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2120FA is #DEDF05. Grayscale: #383838. Windows color (decimal): -14606086 or 16392225. OLE color: 16392225.
HSL color Cylindrical-coordinate representation of color #2120FA: hue angle of 240.28º 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 #2120FA is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 32 | 250 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.02 |
| HSL | 240.28º | 0.96% | 0.55% | - |
| HSV(B) | 240.28º | 0.87% | 0.98% | - |
| XYZ | 18.4 | 8.26 | 91.07 | - |
| YUV | 57.15 | 236.83 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 250 | 0.87 | 0.87 | 0 | 0.02 | 240.28 | 0.96 | 0.55 |
| Hex | 21 | 20 | FA | 57 | 57 | 0 | 2 | F0 | 60 | 37 |
| Octal | 41 | 40 | 372 | 127 | 127 | 0 | 2 | 360 | 140 | 67 |
| Binary | 100001 | 100000 | 11111010 | 1010111 | 1010111 | 0 | 10 | 11110000 | 1100000 | 110111 |
Color Harmonies of #2120FA
Complementary color
Monochromatic Colors of #2120FA
Black with #2120FA
Text Example
Text Example
White with #2120FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2120FA; }
p { color: rgb(33,32,250); }
H1.HeaderClassName
{
color: #2120FA;
}
.AnyTagClassName
{
color: #2120FA;
}
</style>
background-color css
<style>
a { background-color: #2120FA; }
a { background-color: rgb(33,32,250); }
div.DivClassName
{
background-color: #2120FA;
}
.BgClassName
{
background-color: #2120FA;
}
</style>
border-color css
<style>
span { border-color: #2120FA; }
span { border-color: rgb(33,32,250); }
td.TdClassName
{
border-color: #2120FA;
}
.TagClassName
{
border-color: #2120FA;
}
</style>