Shades of Royal Blue #2155EB
Tints of Royal Blue #2155EB
RGB
CMYK
RGB Variations
Color information
#2155EB (or 0x2155EB) is known color: Royal Blue. HEX triplet: 21, 55 and EB. RGB value is (33,85,235). Sum of RGB (Red+Green+Blue) = 33+85+235=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #2155EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2155EB is #DEAA14. Grayscale: #555555. Windows color (decimal): -14592533 or 15422753. OLE color: 15422753.
HSL color Cylindrical-coordinate representation of color #2155EB: hue angle of 224.55º 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 #2155EB is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 85 | 235 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.08 |
| HSL | 224.55º | 0.83% | 0.53% | - |
| HSV(B) | 224.55º | 0.86% | 0.92% | - |
| XYZ | 18.87 | 12.82 | 80.08 | - |
| YUV | 86.55 | 211.77 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 235 | 0.86 | 0.64 | 0 | 0.08 | 224.55 | 0.83 | 0.53 |
| Hex | 21 | 55 | EB | 56 | 40 | 0 | 8 | E1 | 53 | 35 |
| Octal | 41 | 125 | 353 | 126 | 100 | 0 | 10 | 341 | 123 | 65 |
| Binary | 100001 | 1010101 | 11101011 | 1010110 | 1000000 | 0 | 1000 | 11100001 | 1010011 | 110101 |
Color Harmonies of #2155EB
Complementary color
Monochromatic Colors of #2155EB
Black with #2155EB
Text Example
Text Example
White with #2155EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2155EB; }
p { color: rgb(33,85,235); }
H1.HeaderClassName
{
color: #2155EB;
}
.AnyTagClassName
{
color: #2155EB;
}
</style>
background-color css
<style>
a { background-color: #2155EB; }
a { background-color: rgb(33,85,235); }
div.DivClassName
{
background-color: #2155EB;
}
.BgClassName
{
background-color: #2155EB;
}
</style>
border-color css
<style>
span { border-color: #2155EB; }
span { border-color: rgb(33,85,235); }
td.TdClassName
{
border-color: #2155EB;
}
.TagClassName
{
border-color: #2155EB;
}
</style>