Shades of Royal Blue #214EED
Tints of Royal Blue #214EED
RGB
CMYK
RGB Variations
Color information
#214EED (or 0x214EED) is known color: Royal Blue. HEX triplet: 21, 4E and ED. RGB value is (33,78,237). Sum of RGB (Red+Green+Blue) = 33+78+237=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #214EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214EED is #DEB112. Grayscale: #515151. Windows color (decimal): -14594323 or 15552033. OLE color: 15552033.
HSL color Cylindrical-coordinate representation of color #214EED: hue angle of 226.76º degrees, saturation: 0.85, 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 #214EED is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 78 | 237 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.07 |
| HSL | 226.76º | 0.85% | 0.53% | - |
| HSV(B) | 226.76º | 0.86% | 0.93% | - |
| XYZ | 18.64 | 11.89 | 81.43 | - |
| YUV | 82.67 | 215.09 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 237 | 0.86 | 0.67 | 0 | 0.07 | 226.76 | 0.85 | 0.53 |
| Hex | 21 | 4E | ED | 56 | 43 | 0 | 7 | E3 | 55 | 35 |
| Octal | 41 | 116 | 355 | 126 | 103 | 0 | 7 | 343 | 125 | 65 |
| Binary | 100001 | 1001110 | 11101101 | 1010110 | 1000011 | 0 | 111 | 11100011 | 1010101 | 110101 |
Color Harmonies of #214EED
Complementary color
Monochromatic Colors of #214EED
Black with #214EED
Text Example
Text Example
White with #214EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214EED; }
p { color: rgb(33,78,237); }
H1.HeaderClassName
{
color: #214EED;
}
.AnyTagClassName
{
color: #214EED;
}
</style>
background-color css
<style>
a { background-color: #214EED; }
a { background-color: rgb(33,78,237); }
div.DivClassName
{
background-color: #214EED;
}
.BgClassName
{
background-color: #214EED;
}
</style>
border-color css
<style>
span { border-color: #214EED; }
span { border-color: rgb(33,78,237); }
td.TdClassName
{
border-color: #214EED;
}
.TagClassName
{
border-color: #214EED;
}
</style>