Shades of Blue #2121FD
Tints of Blue #2121FD
RGB
CMYK
RGB Variations
Color information
#2121FD (or 0x2121FD) is known color: Blue. HEX triplet: 21, 21 and FD. RGB value is (33,33,253). Sum of RGB (Red+Green+Blue) = 33+33+253=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #2121FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2121FD is #DEDE02. Grayscale: #393939. Windows color (decimal): -14605827 or 16589089. OLE color: 16589089.
HSL color Cylindrical-coordinate representation of color #2121FD: hue angle of 240º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2121FD is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 33 | 253 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.01 |
| HSL | 240º | 0.98% | 0.56% | - |
| HSV(B) | 240º | 0.87% | 0.99% | - |
| XYZ | 18.9 | 8.5 | 93.57 | - |
| YUV | 58.08 | 238 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 253 | 0.87 | 0.87 | 0 | 0.01 | 240 | 0.98 | 0.56 |
| Hex | 21 | 21 | FD | 57 | 57 | 0 | 1 | F0 | 62 | 38 |
| Octal | 41 | 41 | 375 | 127 | 127 | 0 | 1 | 360 | 142 | 70 |
| Binary | 100001 | 100001 | 11111101 | 1010111 | 1010111 | 0 | 1 | 11110000 | 1100010 | 111000 |
Color Harmonies of #2121FD
Complementary color
Monochromatic Colors of #2121FD
Black with #2121FD
Text Example
Text Example
White with #2121FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2121FD; }
p { color: rgb(33,33,253); }
H1.HeaderClassName
{
color: #2121FD;
}
.AnyTagClassName
{
color: #2121FD;
}
</style>
background-color css
<style>
a { background-color: #2121FD; }
a { background-color: rgb(33,33,253); }
div.DivClassName
{
background-color: #2121FD;
}
.BgClassName
{
background-color: #2121FD;
}
</style>
border-color css
<style>
span { border-color: #2121FD; }
span { border-color: rgb(33,33,253); }
td.TdClassName
{
border-color: #2121FD;
}
.TagClassName
{
border-color: #2121FD;
}
</style>