Shades of Royal Blue #214DF5
Tints of Royal Blue #214DF5
RGB
CMYK
RGB Variations
Color information
#214DF5 (or 0x214DF5) is known color: Royal Blue. HEX triplet: 21, 4D and F5. RGB value is (33,77,245). Sum of RGB (Red+Green+Blue) = 33+77+245=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 245 (96.09% from 255 or 69.01% from 355); Max value from RGB is 245 - color contains mainly: blue. Hex color #214DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214DF5 is #DEB20A. Grayscale: #525252. Windows color (decimal): -14594571 or 16076065. OLE color: 16076065.
HSL color Cylindrical-coordinate representation of color #214DF5: hue angle of 227.55º 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 #214DF5 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 77 | 245 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.04 |
| HSL | 227.55º | 0.91% | 0.55% | - |
| HSV(B) | 227.55º | 0.87% | 0.96% | - |
| XYZ | 19.76 | 12.22 | 87.7 | - |
| YUV | 83 | 219.42 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 245 | 0.87 | 0.69 | 0 | 0.04 | 227.55 | 0.91 | 0.55 |
| Hex | 21 | 4D | F5 | 57 | 45 | 0 | 4 | E4 | 5B | 37 |
| Octal | 41 | 115 | 365 | 127 | 105 | 0 | 4 | 344 | 133 | 67 |
| Binary | 100001 | 1001101 | 11110101 | 1010111 | 1000101 | 0 | 100 | 11100100 | 1011011 | 110111 |
Color Harmonies of #214DF5
Complementary color
Monochromatic Colors of #214DF5
Black with #214DF5
Text Example
Text Example
White with #214DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DF5; }
p { color: rgb(33,77,245); }
H1.HeaderClassName
{
color: #214DF5;
}
.AnyTagClassName
{
color: #214DF5;
}
</style>
background-color css
<style>
a { background-color: #214DF5; }
a { background-color: rgb(33,77,245); }
div.DivClassName
{
background-color: #214DF5;
}
.BgClassName
{
background-color: #214DF5;
}
</style>
border-color css
<style>
span { border-color: #214DF5; }
span { border-color: rgb(33,77,245); }
td.TdClassName
{
border-color: #214DF5;
}
.TagClassName
{
border-color: #214DF5;
}
</style>