Shades of Royal Blue #214CED
Tints of Royal Blue #214CED
RGB
CMYK
RGB Variations
Color information
#214CED (or 0x214CED) is known color: Royal Blue. HEX triplet: 21, 4C and ED. RGB value is (33,76,237). Sum of RGB (Red+Green+Blue) = 33+76+237=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #214CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214CED is #DEB312. Grayscale: #505050. Windows color (decimal): -14594835 or 15551521. OLE color: 15551521.
HSL color Cylindrical-coordinate representation of color #214CED: hue angle of 227.35º 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 #214CED is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 76 | 237 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.07 |
| HSL | 227.35º | 0.85% | 0.53% | - |
| HSV(B) | 227.35º | 0.86% | 0.93% | - |
| XYZ | 18.5 | 11.61 | 81.39 | - |
| YUV | 81.5 | 215.75 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 237 | 0.86 | 0.68 | 0 | 0.07 | 227.35 | 0.85 | 0.53 |
| Hex | 21 | 4C | ED | 56 | 44 | 0 | 7 | E3 | 55 | 35 |
| Octal | 41 | 114 | 355 | 126 | 104 | 0 | 7 | 343 | 125 | 65 |
| Binary | 100001 | 1001100 | 11101101 | 1010110 | 1000100 | 0 | 111 | 11100011 | 1010101 | 110101 |
Color Harmonies of #214CED
Complementary color
Monochromatic Colors of #214CED
Black with #214CED
Text Example
Text Example
White with #214CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CED; }
p { color: rgb(33,76,237); }
H1.HeaderClassName
{
color: #214CED;
}
.AnyTagClassName
{
color: #214CED;
}
</style>
background-color css
<style>
a { background-color: #214CED; }
a { background-color: rgb(33,76,237); }
div.DivClassName
{
background-color: #214CED;
}
.BgClassName
{
background-color: #214CED;
}
</style>
border-color css
<style>
span { border-color: #214CED; }
span { border-color: rgb(33,76,237); }
td.TdClassName
{
border-color: #214CED;
}
.TagClassName
{
border-color: #214CED;
}
</style>