Shades of Royal Blue #214EF5
Tints of Royal Blue #214EF5
RGB
CMYK
RGB Variations
Color information
#214EF5 (or 0x214EF5) is known color: Royal Blue. HEX triplet: 21, 4E and F5. RGB value is (33,78,245). Sum of RGB (Red+Green+Blue) = 33+78+245=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 245 (96.09% from 255 or 68.82% from 356); Max value from RGB is 245 - color contains mainly: blue. Hex color #214EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214EF5 is #DEB10A. Grayscale: #525252. Windows color (decimal): -14594315 or 16076321. OLE color: 16076321.
HSL color Cylindrical-coordinate representation of color #214EF5: hue angle of 227.26º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #214EF5 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 78 | 245 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.04 |
| HSL | 227.26º | 0.91% | 0.55% | - |
| HSV(B) | 227.26º | 0.87% | 0.96% | - |
| XYZ | 19.83 | 12.36 | 87.73 | - |
| YUV | 83.58 | 219.09 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 245 | 0.87 | 0.68 | 0 | 0.04 | 227.26 | 0.91 | 0.55 |
| Hex | 21 | 4E | F5 | 57 | 44 | 0 | 4 | E3 | 5B | 37 |
| Octal | 41 | 116 | 365 | 127 | 104 | 0 | 4 | 343 | 133 | 67 |
| Binary | 100001 | 1001110 | 11110101 | 1010111 | 1000100 | 0 | 100 | 11100011 | 1011011 | 110111 |
Color Harmonies of #214EF5
Complementary color
Monochromatic Colors of #214EF5
Black with #214EF5
Text Example
Text Example
White with #214EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214EF5; }
p { color: rgb(33,78,245); }
H1.HeaderClassName
{
color: #214EF5;
}
.AnyTagClassName
{
color: #214EF5;
}
</style>
background-color css
<style>
a { background-color: #214EF5; }
a { background-color: rgb(33,78,245); }
div.DivClassName
{
background-color: #214EF5;
}
.BgClassName
{
background-color: #214EF5;
}
</style>
border-color css
<style>
span { border-color: #214EF5; }
span { border-color: rgb(33,78,245); }
td.TdClassName
{
border-color: #214EF5;
}
.TagClassName
{
border-color: #214EF5;
}
</style>