Shades of Royal Blue #214BEC
Tints of Royal Blue #214BEC
RGB
CMYK
RGB Variations
Color information
#214BEC (or 0x214BEC) is known color: Royal Blue. HEX triplet: 21, 4B and EC. RGB value is (33,75,236). Sum of RGB (Red+Green+Blue) = 33+75+236=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #214BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214BEC is #DEB413. Grayscale: #505050. Windows color (decimal): -14595092 or 15485729. OLE color: 15485729.
HSL color Cylindrical-coordinate representation of color #214BEC: hue angle of 227.59º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214BEC is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 75 | 236 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.07 |
| HSL | 227.59º | 0.84% | 0.53% | - |
| HSV(B) | 227.59º | 0.86% | 0.93% | - |
| XYZ | 18.28 | 11.41 | 80.6 | - |
| YUV | 80.8 | 215.59 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 236 | 0.86 | 0.68 | 0 | 0.07 | 227.59 | 0.84 | 0.53 |
| Hex | 21 | 4B | EC | 56 | 44 | 0 | 7 | E4 | 54 | 35 |
| Octal | 41 | 113 | 354 | 126 | 104 | 0 | 7 | 344 | 124 | 65 |
| Binary | 100001 | 1001011 | 11101100 | 1010110 | 1000100 | 0 | 111 | 11100100 | 1010100 | 110101 |
Color Harmonies of #214BEC
Complementary color
Monochromatic Colors of #214BEC
Black with #214BEC
Text Example
Text Example
White with #214BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214BEC; }
p { color: rgb(33,75,236); }
H1.HeaderClassName
{
color: #214BEC;
}
.AnyTagClassName
{
color: #214BEC;
}
</style>
background-color css
<style>
a { background-color: #214BEC; }
a { background-color: rgb(33,75,236); }
div.DivClassName
{
background-color: #214BEC;
}
.BgClassName
{
background-color: #214BEC;
}
</style>
border-color css
<style>
span { border-color: #214BEC; }
span { border-color: rgb(33,75,236); }
td.TdClassName
{
border-color: #214BEC;
}
.TagClassName
{
border-color: #214BEC;
}
</style>