Shades of Royal Blue #2150E7
Tints of Royal Blue #2150E7
RGB
CMYK
RGB Variations
Color information
#2150E7 (or 0x2150E7) is known color: Royal Blue. HEX triplet: 21, 50 and E7. RGB value is (33,80,231). Sum of RGB (Red+Green+Blue) = 33+80+231=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 231 (90.62% from 255 or 67.15% from 344); Max value from RGB is 231 - color contains mainly: blue. Hex color #2150E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2150E7 is #DEAF18. Grayscale: #525252. Windows color (decimal): -14593817 or 15159329. OLE color: 15159329.
HSL color Cylindrical-coordinate representation of color #2150E7: hue angle of 225.76º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2150E7 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 80 | 231 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.09 |
| HSL | 225.76º | 0.8% | 0.52% | - |
| HSV(B) | 225.76º | 0.86% | 0.91% | - |
| XYZ | 17.92 | 11.83 | 76.94 | - |
| YUV | 83.16 | 211.43 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 231 | 0.86 | 0.65 | 0 | 0.09 | 225.76 | 0.8 | 0.52 |
| Hex | 21 | 50 | E7 | 56 | 41 | 0 | 9 | E2 | 50 | 34 |
| Octal | 41 | 120 | 347 | 126 | 101 | 0 | 11 | 342 | 120 | 64 |
| Binary | 100001 | 1010000 | 11100111 | 1010110 | 1000001 | 0 | 1001 | 11100010 | 1010000 | 110100 |
Color Harmonies of #2150E7
Complementary color
Monochromatic Colors of #2150E7
Black with #2150E7
Text Example
Text Example
White with #2150E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2150E7; }
p { color: rgb(33,80,231); }
H1.HeaderClassName
{
color: #2150E7;
}
.AnyTagClassName
{
color: #2150E7;
}
</style>
background-color css
<style>
a { background-color: #2150E7; }
a { background-color: rgb(33,80,231); }
div.DivClassName
{
background-color: #2150E7;
}
.BgClassName
{
background-color: #2150E7;
}
</style>
border-color css
<style>
span { border-color: #2150E7; }
span { border-color: rgb(33,80,231); }
td.TdClassName
{
border-color: #2150E7;
}
.TagClassName
{
border-color: #2150E7;
}
</style>