Shades of Royal Blue #214AF0
Tints of Royal Blue #214AF0
RGB
CMYK
RGB Variations
Color information
#214AF0 (or 0x214AF0) is known color: Royal Blue. HEX triplet: 21, 4A and F0. RGB value is (33,74,240). Sum of RGB (Red+Green+Blue) = 33+74+240=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 240 (94.14% from 255 or 69.16% from 347); Max value from RGB is 240 - color contains mainly: blue. Hex color #214AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214AF0 is #DEB50F. Grayscale: #4F4F4F. Windows color (decimal): -14595344 or 15747617. OLE color: 15747617.
HSL color Cylindrical-coordinate representation of color #214AF0: hue angle of 228.12º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214AF0 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 74 | 240 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.06 |
| HSL | 228.12º | 0.87% | 0.54% | - |
| HSV(B) | 228.12º | 0.86% | 0.94% | - |
| XYZ | 18.8 | 11.51 | 83.67 | - |
| YUV | 80.67 | 217.92 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 240 | 0.86 | 0.69 | 0 | 0.06 | 228.12 | 0.87 | 0.54 |
| Hex | 21 | 4A | F0 | 56 | 45 | 0 | 6 | E4 | 57 | 36 |
| Octal | 41 | 112 | 360 | 126 | 105 | 0 | 6 | 344 | 127 | 66 |
| Binary | 100001 | 1001010 | 11110000 | 1010110 | 1000101 | 0 | 110 | 11100100 | 1010111 | 110110 |
Color Harmonies of #214AF0
Complementary color
Monochromatic Colors of #214AF0
Black with #214AF0
Text Example
Text Example
White with #214AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214AF0; }
p { color: rgb(33,74,240); }
H1.HeaderClassName
{
color: #214AF0;
}
.AnyTagClassName
{
color: #214AF0;
}
</style>
background-color css
<style>
a { background-color: #214AF0; }
a { background-color: rgb(33,74,240); }
div.DivClassName
{
background-color: #214AF0;
}
.BgClassName
{
background-color: #214AF0;
}
</style>
border-color css
<style>
span { border-color: #214AF0; }
span { border-color: rgb(33,74,240); }
td.TdClassName
{
border-color: #214AF0;
}
.TagClassName
{
border-color: #214AF0;
}
</style>