Shades of Royal Blue #2154E9
Tints of Royal Blue #2154E9
RGB
CMYK
RGB Variations
Color information
#2154E9 (or 0x2154E9) is known color: Royal Blue. HEX triplet: 21, 54 and E9. RGB value is (33,84,233). Sum of RGB (Red+Green+Blue) = 33+84+233=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 233 (91.41% from 255 or 66.57% from 350); Max value from RGB is 233 - color contains mainly: blue. Hex color #2154E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2154E9 is #DEAB16. Grayscale: #555555. Windows color (decimal): -14592791 or 15291425. OLE color: 15291425.
HSL color Cylindrical-coordinate representation of color #2154E9: hue angle of 224.7º degrees, saturation: 0.82, 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 #2154E9 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 84 | 233 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.09 |
| HSL | 224.7º | 0.82% | 0.52% | - |
| HSV(B) | 224.7º | 0.86% | 0.91% | - |
| XYZ | 18.51 | 12.55 | 78.54 | - |
| YUV | 85.74 | 211.1 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 233 | 0.86 | 0.64 | 0 | 0.09 | 224.7 | 0.82 | 0.52 |
| Hex | 21 | 54 | E9 | 56 | 40 | 0 | 9 | E1 | 52 | 34 |
| Octal | 41 | 124 | 351 | 126 | 100 | 0 | 11 | 341 | 122 | 64 |
| Binary | 100001 | 1010100 | 11101001 | 1010110 | 1000000 | 0 | 1001 | 11100001 | 1010010 | 110100 |
Color Harmonies of #2154E9
Complementary color
Monochromatic Colors of #2154E9
Black with #2154E9
Text Example
Text Example
White with #2154E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154E9; }
p { color: rgb(33,84,233); }
H1.HeaderClassName
{
color: #2154E9;
}
.AnyTagClassName
{
color: #2154E9;
}
</style>
background-color css
<style>
a { background-color: #2154E9; }
a { background-color: rgb(33,84,233); }
div.DivClassName
{
background-color: #2154E9;
}
.BgClassName
{
background-color: #2154E9;
}
</style>
border-color css
<style>
span { border-color: #2154E9; }
span { border-color: rgb(33,84,233); }
td.TdClassName
{
border-color: #2154E9;
}
.TagClassName
{
border-color: #2154E9;
}
</style>