Shades of Royal Blue #214CEA
Tints of Royal Blue #214CEA
RGB
CMYK
RGB Variations
Color information
#214CEA (or 0x214CEA) is known color: Royal Blue. HEX triplet: 21, 4C and EA. RGB value is (33,76,234). Sum of RGB (Red+Green+Blue) = 33+76+234=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #214CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214CEA is #DEB315. Grayscale: #505050. Windows color (decimal): -14594838 or 15354913. OLE color: 15354913.
HSL color Cylindrical-coordinate representation of color #214CEA: hue angle of 227.16º 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 #214CEA is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 76 | 234 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.08 |
| HSL | 227.16º | 0.83% | 0.52% | - |
| HSV(B) | 227.16º | 0.86% | 0.92% | - |
| XYZ | 18.06 | 11.43 | 79.1 | - |
| YUV | 81.16 | 214.25 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 234 | 0.86 | 0.68 | 0 | 0.08 | 227.16 | 0.83 | 0.52 |
| Hex | 21 | 4C | EA | 56 | 44 | 0 | 8 | E3 | 53 | 34 |
| Octal | 41 | 114 | 352 | 126 | 104 | 0 | 10 | 343 | 123 | 64 |
| Binary | 100001 | 1001100 | 11101010 | 1010110 | 1000100 | 0 | 1000 | 11100011 | 1010011 | 110100 |
Color Harmonies of #214CEA
Complementary color
Monochromatic Colors of #214CEA
Black with #214CEA
Text Example
Text Example
White with #214CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CEA; }
p { color: rgb(33,76,234); }
H1.HeaderClassName
{
color: #214CEA;
}
.AnyTagClassName
{
color: #214CEA;
}
</style>
background-color css
<style>
a { background-color: #214CEA; }
a { background-color: rgb(33,76,234); }
div.DivClassName
{
background-color: #214CEA;
}
.BgClassName
{
background-color: #214CEA;
}
</style>
border-color css
<style>
span { border-color: #214CEA; }
span { border-color: rgb(33,76,234); }
td.TdClassName
{
border-color: #214CEA;
}
.TagClassName
{
border-color: #214CEA;
}
</style>