Shades of Royal Blue #2154EB
Tints of Royal Blue #2154EB
RGB
CMYK
RGB Variations
Color information
#2154EB (or 0x2154EB) is known color: Royal Blue. HEX triplet: 21, 54 and EB. RGB value is (33,84,235). Sum of RGB (Red+Green+Blue) = 33+84+235=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #2154EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2154EB is #DEAB14. Grayscale: #555555. Windows color (decimal): -14592789 or 15422497. OLE color: 15422497.
HSL color Cylindrical-coordinate representation of color #2154EB: hue angle of 224.85º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2154EB is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 84 | 235 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.08 |
| HSL | 224.85º | 0.83% | 0.53% | - |
| HSV(B) | 224.85º | 0.86% | 0.92% | - |
| XYZ | 18.79 | 12.66 | 80.05 | - |
| YUV | 85.97 | 212.1 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 235 | 0.86 | 0.64 | 0 | 0.08 | 224.85 | 0.83 | 0.53 |
| Hex | 21 | 54 | EB | 56 | 40 | 0 | 8 | E1 | 53 | 35 |
| Octal | 41 | 124 | 353 | 126 | 100 | 0 | 10 | 341 | 123 | 65 |
| Binary | 100001 | 1010100 | 11101011 | 1010110 | 1000000 | 0 | 1000 | 11100001 | 1010011 | 110101 |
Color Harmonies of #2154EB
Complementary color
Monochromatic Colors of #2154EB
Black with #2154EB
Text Example
Text Example
White with #2154EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154EB; }
p { color: rgb(33,84,235); }
H1.HeaderClassName
{
color: #2154EB;
}
.AnyTagClassName
{
color: #2154EB;
}
</style>
background-color css
<style>
a { background-color: #2154EB; }
a { background-color: rgb(33,84,235); }
div.DivClassName
{
background-color: #2154EB;
}
.BgClassName
{
background-color: #2154EB;
}
</style>
border-color css
<style>
span { border-color: #2154EB; }
span { border-color: rgb(33,84,235); }
td.TdClassName
{
border-color: #2154EB;
}
.TagClassName
{
border-color: #2154EB;
}
</style>