Shades of Royal Blue #2149F1
Tints of Royal Blue #2149F1
RGB
CMYK
RGB Variations
Color information
#2149F1 (or 0x2149F1) is known color: Royal Blue. HEX triplet: 21, 49 and F1. RGB value is (33,73,241). Sum of RGB (Red+Green+Blue) = 33+73+241=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 241 (94.53% from 255 or 69.45% from 347); Max value from RGB is 241 - color contains mainly: blue. Hex color #2149F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2149F1 is #DEB60E. Grayscale: #4F4F4F. Windows color (decimal): -14595599 or 15812897. OLE color: 15812897.
HSL color Cylindrical-coordinate representation of color #2149F1: hue angle of 228.46º 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 #2149F1 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 73 | 241 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.05 |
| HSL | 228.46º | 0.88% | 0.54% | - |
| HSV(B) | 228.46º | 0.86% | 0.95% | - |
| XYZ | 18.89 | 11.44 | 84.43 | - |
| YUV | 80.19 | 218.75 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 241 | 0.86 | 0.70 | 0 | 0.05 | 228.46 | 0.88 | 0.54 |
| Hex | 21 | 49 | F1 | 56 | 46 | 0 | 5 | E4 | 58 | 36 |
| Octal | 41 | 111 | 361 | 126 | 106 | 0 | 5 | 344 | 130 | 66 |
| Binary | 100001 | 1001001 | 11110001 | 1010110 | 1000110 | 0 | 101 | 11100100 | 1011000 | 110110 |
Color Harmonies of #2149F1
Complementary color
Monochromatic Colors of #2149F1
Black with #2149F1
Text Example
Text Example
White with #2149F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149F1; }
p { color: rgb(33,73,241); }
H1.HeaderClassName
{
color: #2149F1;
}
.AnyTagClassName
{
color: #2149F1;
}
</style>
background-color css
<style>
a { background-color: #2149F1; }
a { background-color: rgb(33,73,241); }
div.DivClassName
{
background-color: #2149F1;
}
.BgClassName
{
background-color: #2149F1;
}
</style>
border-color css
<style>
span { border-color: #2149F1; }
span { border-color: rgb(33,73,241); }
td.TdClassName
{
border-color: #2149F1;
}
.TagClassName
{
border-color: #2149F1;
}
</style>