Shades of Royal Blue #2151EE
Tints of Royal Blue #2151EE
RGB
CMYK
RGB Variations
Color information
#2151EE (or 0x2151EE) is known color: Royal Blue. HEX triplet: 21, 51 and EE. RGB value is (33,81,238). Sum of RGB (Red+Green+Blue) = 33+81+238=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #2151EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2151EE is #DEAE11. Grayscale: #535353. Windows color (decimal): -14593554 or 15618337. OLE color: 15618337.
HSL color Cylindrical-coordinate representation of color #2151EE: hue angle of 225.95º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2151EE is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 81 | 238 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.07 |
| HSL | 225.95º | 0.86% | 0.53% | - |
| HSV(B) | 225.95º | 0.86% | 0.93% | - |
| XYZ | 19 | 12.38 | 82.28 | - |
| YUV | 84.55 | 214.6 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 238 | 0.86 | 0.66 | 0 | 0.07 | 225.95 | 0.86 | 0.53 |
| Hex | 21 | 51 | EE | 56 | 42 | 0 | 7 | E2 | 56 | 35 |
| Octal | 41 | 121 | 356 | 126 | 102 | 0 | 7 | 342 | 126 | 65 |
| Binary | 100001 | 1010001 | 11101110 | 1010110 | 1000010 | 0 | 111 | 11100010 | 1010110 | 110101 |
Color Harmonies of #2151EE
Complementary color
Monochromatic Colors of #2151EE
Black with #2151EE
Text Example
Text Example
White with #2151EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2151EE; }
p { color: rgb(33,81,238); }
H1.HeaderClassName
{
color: #2151EE;
}
.AnyTagClassName
{
color: #2151EE;
}
</style>
background-color css
<style>
a { background-color: #2151EE; }
a { background-color: rgb(33,81,238); }
div.DivClassName
{
background-color: #2151EE;
}
.BgClassName
{
background-color: #2151EE;
}
</style>
border-color css
<style>
span { border-color: #2151EE; }
span { border-color: rgb(33,81,238); }
td.TdClassName
{
border-color: #2151EE;
}
.TagClassName
{
border-color: #2151EE;
}
</style>