Shades of Royal Blue #214CF2
Tints of Royal Blue #214CF2
RGB
CMYK
RGB Variations
Color information
#214CF2 (or 0x214CF2) is known color: Royal Blue. HEX triplet: 21, 4C and F2. RGB value is (33,76,242). Sum of RGB (Red+Green+Blue) = 33+76+242=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 242 (94.92% from 255 or 68.95% from 351); Max value from RGB is 242 - color contains mainly: blue. Hex color #214CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214CF2 is #DEB30D. Grayscale: #515151. Windows color (decimal): -14594830 or 15879201. OLE color: 15879201.
HSL color Cylindrical-coordinate representation of color #214CF2: hue angle of 227.66º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214CF2 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 76 | 242 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.05 |
| HSL | 227.66º | 0.89% | 0.54% | - |
| HSV(B) | 227.66º | 0.86% | 0.95% | - |
| XYZ | 19.24 | 11.9 | 85.29 | - |
| YUV | 82.07 | 218.25 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 242 | 0.86 | 0.69 | 0 | 0.05 | 227.66 | 0.89 | 0.54 |
| Hex | 21 | 4C | F2 | 56 | 45 | 0 | 5 | E4 | 59 | 36 |
| Octal | 41 | 114 | 362 | 126 | 105 | 0 | 5 | 344 | 131 | 66 |
| Binary | 100001 | 1001100 | 11110010 | 1010110 | 1000101 | 0 | 101 | 11100100 | 1011001 | 110110 |
Color Harmonies of #214CF2
Complementary color
Monochromatic Colors of #214CF2
Black with #214CF2
Text Example
Text Example
White with #214CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CF2; }
p { color: rgb(33,76,242); }
H1.HeaderClassName
{
color: #214CF2;
}
.AnyTagClassName
{
color: #214CF2;
}
</style>
background-color css
<style>
a { background-color: #214CF2; }
a { background-color: rgb(33,76,242); }
div.DivClassName
{
background-color: #214CF2;
}
.BgClassName
{
background-color: #214CF2;
}
</style>
border-color css
<style>
span { border-color: #214CF2; }
span { border-color: rgb(33,76,242); }
td.TdClassName
{
border-color: #214CF2;
}
.TagClassName
{
border-color: #214CF2;
}
</style>