Shades of Blue #212CFE
Tints of Blue #212CFE
RGB
CMYK
RGB Variations
Color information
#212CFE (or 0x212CFE) is known color: Blue. HEX triplet: 21, 2C and FE. RGB value is (33,44,254). Sum of RGB (Red+Green+Blue) = 33+44+254=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #212CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212CFE is #DED301. Grayscale: #3F3F3F. Windows color (decimal): -14603010 or 16657441. OLE color: 16657441.
HSL color Cylindrical-coordinate representation of color #212CFE: hue angle of 237.01º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212CFE is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 44 | 254 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.00 |
| HSL | 237.01º | 0.99% | 0.56% | - |
| HSV(B) | 237.01º | 0.87% | 1% | - |
| XYZ | 19.42 | 9.28 | 94.53 | - |
| YUV | 64.65 | 234.86 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 254 | 0.87 | 0.83 | 0 | 0.00 | 237.01 | 0.99 | 0.56 |
| Hex | 21 | 2C | FE | 57 | 53 | 0 | 0 | ED | 63 | 38 |
| Octal | 41 | 54 | 376 | 127 | 123 | 0 | 0 | 355 | 143 | 70 |
| Binary | 100001 | 101100 | 11111110 | 1010111 | 1010011 | 0 | 0 | 11101101 | 1100011 | 111000 |
Color Harmonies of #212CFE
Complementary color
Monochromatic Colors of #212CFE
Black with #212CFE
Text Example
Text Example
White with #212CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CFE; }
p { color: rgb(33,44,254); }
H1.HeaderClassName
{
color: #212CFE;
}
.AnyTagClassName
{
color: #212CFE;
}
</style>
background-color css
<style>
a { background-color: #212CFE; }
a { background-color: rgb(33,44,254); }
div.DivClassName
{
background-color: #212CFE;
}
.BgClassName
{
background-color: #212CFE;
}
</style>
border-color css
<style>
span { border-color: #212CFE; }
span { border-color: rgb(33,44,254); }
td.TdClassName
{
border-color: #212CFE;
}
.TagClassName
{
border-color: #212CFE;
}
</style>