Shades of Blue #211CFE
Tints of Blue #211CFE
RGB
CMYK
RGB Variations
Color information
#211CFE (or 0x211CFE) is known color: Blue. HEX triplet: 21, 1C and FE. RGB value is (33,28,254). Sum of RGB (Red+Green+Blue) = 33+28+254=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 254 (99.61% from 255 or 80.63% from 315); Max value from RGB is 254 - color contains mainly: blue. Hex color #211CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211CFE is #DEE301. Grayscale: #363636. Windows color (decimal): -14607106 or 16653345. OLE color: 16653345.
HSL color Cylindrical-coordinate representation of color #211CFE: hue angle of 241.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #211CFE is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 28 | 254 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.00 |
| HSL | 241.33º | 0.99% | 0.55% | - |
| HSV(B) | 241.33º | 0.89% | 1% | - |
| XYZ | 18.93 | 8.31 | 94.37 | - |
| YUV | 55.26 | 240.16 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 254 | 0.87 | 0.89 | 0 | 0.00 | 241.33 | 0.99 | 0.55 |
| Hex | 21 | 1C | FE | 57 | 59 | 0 | 0 | F1 | 63 | 37 |
| Octal | 41 | 34 | 376 | 127 | 131 | 0 | 0 | 361 | 143 | 67 |
| Binary | 100001 | 11100 | 11111110 | 1010111 | 1011001 | 0 | 0 | 11110001 | 1100011 | 110111 |
Color Harmonies of #211CFE
Complementary color
Monochromatic Colors of #211CFE
Black with #211CFE
Text Example
Text Example
White with #211CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211CFE; }
p { color: rgb(33,28,254); }
H1.HeaderClassName
{
color: #211CFE;
}
.AnyTagClassName
{
color: #211CFE;
}
</style>
background-color css
<style>
a { background-color: #211CFE; }
a { background-color: rgb(33,28,254); }
div.DivClassName
{
background-color: #211CFE;
}
.BgClassName
{
background-color: #211CFE;
}
</style>
border-color css
<style>
span { border-color: #211CFE; }
span { border-color: rgb(33,28,254); }
td.TdClassName
{
border-color: #211CFE;
}
.TagClassName
{
border-color: #211CFE;
}
</style>