Shades of Royal Blue #214EEA
Tints of Royal Blue #214EEA
RGB
CMYK
RGB Variations
Color information
#214EEA (or 0x214EEA) is known color: Royal Blue. HEX triplet: 21, 4E and EA. RGB value is (33,78,234). Sum of RGB (Red+Green+Blue) = 33+78+234=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #214EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214EEA is #DEB115. Grayscale: #515151. Windows color (decimal): -14594326 or 15355425. OLE color: 15355425.
HSL color Cylindrical-coordinate representation of color #214EEA: hue angle of 226.57º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214EEA is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 78 | 234 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.08 |
| HSL | 226.57º | 0.83% | 0.52% | - |
| HSV(B) | 226.57º | 0.86% | 0.92% | - |
| XYZ | 18.2 | 11.71 | 79.14 | - |
| YUV | 82.33 | 213.59 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 234 | 0.86 | 0.67 | 0 | 0.08 | 226.57 | 0.83 | 0.52 |
| Hex | 21 | 4E | EA | 56 | 43 | 0 | 8 | E3 | 53 | 34 |
| Octal | 41 | 116 | 352 | 126 | 103 | 0 | 10 | 343 | 123 | 64 |
| Binary | 100001 | 1001110 | 11101010 | 1010110 | 1000011 | 0 | 1000 | 11100011 | 1010011 | 110100 |
Color Harmonies of #214EEA
Complementary color
Monochromatic Colors of #214EEA
Black with #214EEA
Text Example
Text Example
White with #214EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214EEA; }
p { color: rgb(33,78,234); }
H1.HeaderClassName
{
color: #214EEA;
}
.AnyTagClassName
{
color: #214EEA;
}
</style>
background-color css
<style>
a { background-color: #214EEA; }
a { background-color: rgb(33,78,234); }
div.DivClassName
{
background-color: #214EEA;
}
.BgClassName
{
background-color: #214EEA;
}
</style>
border-color css
<style>
span { border-color: #214EEA; }
span { border-color: rgb(33,78,234); }
td.TdClassName
{
border-color: #214EEA;
}
.TagClassName
{
border-color: #214EEA;
}
</style>