Shades of Royal Blue #2155EF
Tints of Royal Blue #2155EF
RGB
CMYK
RGB Variations
Color information
#2155EF (or 0x2155EF) is known color: Royal Blue. HEX triplet: 21, 55 and EF. RGB value is (33,85,239). Sum of RGB (Red+Green+Blue) = 33+85+239=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #2155EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2155EF is #DEAA10. Grayscale: #565656. Windows color (decimal): -14592529 or 15684897. OLE color: 15684897.
HSL color Cylindrical-coordinate representation of color #2155EF: hue angle of 224.85º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2155EF is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 85 | 239 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.06 |
| HSL | 224.85º | 0.87% | 0.53% | - |
| HSV(B) | 224.85º | 0.86% | 0.94% | - |
| XYZ | 19.46 | 13.05 | 83.16 | - |
| YUV | 87.01 | 213.77 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 239 | 0.86 | 0.64 | 0 | 0.06 | 224.85 | 0.87 | 0.53 |
| Hex | 21 | 55 | EF | 56 | 40 | 0 | 6 | E1 | 57 | 35 |
| Octal | 41 | 125 | 357 | 126 | 100 | 0 | 6 | 341 | 127 | 65 |
| Binary | 100001 | 1010101 | 11101111 | 1010110 | 1000000 | 0 | 110 | 11100001 | 1010111 | 110101 |
Color Harmonies of #2155EF
Complementary color
Monochromatic Colors of #2155EF
Black with #2155EF
Text Example
Text Example
White with #2155EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2155EF; }
p { color: rgb(33,85,239); }
H1.HeaderClassName
{
color: #2155EF;
}
.AnyTagClassName
{
color: #2155EF;
}
</style>
background-color css
<style>
a { background-color: #2155EF; }
a { background-color: rgb(33,85,239); }
div.DivClassName
{
background-color: #2155EF;
}
.BgClassName
{
background-color: #2155EF;
}
</style>
border-color css
<style>
span { border-color: #2155EF; }
span { border-color: rgb(33,85,239); }
td.TdClassName
{
border-color: #2155EF;
}
.TagClassName
{
border-color: #2155EF;
}
</style>