Shades of Royal Blue #214CF1
Tints of Royal Blue #214CF1
RGB
CMYK
RGB Variations
Color information
#214CF1 (or 0x214CF1) is known color: Royal Blue. HEX triplet: 21, 4C and F1. RGB value is (33,76,241). Sum of RGB (Red+Green+Blue) = 33+76+241=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 241 (94.53% from 255 or 68.86% from 350); Max value from RGB is 241 - color contains mainly: blue. Hex color #214CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214CF1 is #DEB30E. Grayscale: #515151. Windows color (decimal): -14594831 or 15813665. OLE color: 15813665.
HSL color Cylindrical-coordinate representation of color #214CF1: hue angle of 227.6º degrees, saturation: 0.88, 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 #214CF1 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 76 | 241 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.05 |
| HSL | 227.6º | 0.88% | 0.54% | - |
| HSV(B) | 227.6º | 0.86% | 0.95% | - |
| XYZ | 19.09 | 11.84 | 84.5 | - |
| YUV | 81.95 | 217.75 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 241 | 0.86 | 0.68 | 0 | 0.05 | 227.6 | 0.88 | 0.54 |
| Hex | 21 | 4C | F1 | 56 | 44 | 0 | 5 | E4 | 58 | 36 |
| Octal | 41 | 114 | 361 | 126 | 104 | 0 | 5 | 344 | 130 | 66 |
| Binary | 100001 | 1001100 | 11110001 | 1010110 | 1000100 | 0 | 101 | 11100100 | 1011000 | 110110 |
Color Harmonies of #214CF1
Complementary color
Monochromatic Colors of #214CF1
Black with #214CF1
Text Example
Text Example
White with #214CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CF1; }
p { color: rgb(33,76,241); }
H1.HeaderClassName
{
color: #214CF1;
}
.AnyTagClassName
{
color: #214CF1;
}
</style>
background-color css
<style>
a { background-color: #214CF1; }
a { background-color: rgb(33,76,241); }
div.DivClassName
{
background-color: #214CF1;
}
.BgClassName
{
background-color: #214CF1;
}
</style>
border-color css
<style>
span { border-color: #214CF1; }
span { border-color: rgb(33,76,241); }
td.TdClassName
{
border-color: #214CF1;
}
.TagClassName
{
border-color: #214CF1;
}
</style>