Shades of Royal Blue #2155FA
Tints of Royal Blue #2155FA
RGB
CMYK
RGB Variations
Color information
#2155FA (or 0x2155FA) is known color: Royal Blue. HEX triplet: 21, 55 and FA. RGB value is (33,85,250). Sum of RGB (Red+Green+Blue) = 33+85+250=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #2155FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2155FA is #DEAA05. Grayscale: #575757. Windows color (decimal): -14592518 or 16405793. OLE color: 16405793.
HSL color Cylindrical-coordinate representation of color #2155FA: hue angle of 225.62º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2155FA is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 85 | 250 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.02 |
| HSL | 225.62º | 0.96% | 0.55% | - |
| HSV(B) | 225.62º | 0.87% | 0.98% | - |
| XYZ | 21.13 | 13.72 | 91.98 | - |
| YUV | 88.26 | 219.27 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 250 | 0.87 | 0.66 | 0 | 0.02 | 225.62 | 0.96 | 0.55 |
| Hex | 21 | 55 | FA | 57 | 42 | 0 | 2 | E2 | 60 | 37 |
| Octal | 41 | 125 | 372 | 127 | 102 | 0 | 2 | 342 | 140 | 67 |
| Binary | 100001 | 1010101 | 11111010 | 1010111 | 1000010 | 0 | 10 | 11100010 | 1100000 | 110111 |
Color Harmonies of #2155FA
Complementary color
Monochromatic Colors of #2155FA
Black with #2155FA
Text Example
Text Example
White with #2155FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2155FA; }
p { color: rgb(33,85,250); }
H1.HeaderClassName
{
color: #2155FA;
}
.AnyTagClassName
{
color: #2155FA;
}
</style>
background-color css
<style>
a { background-color: #2155FA; }
a { background-color: rgb(33,85,250); }
div.DivClassName
{
background-color: #2155FA;
}
.BgClassName
{
background-color: #2155FA;
}
</style>
border-color css
<style>
span { border-color: #2155FA; }
span { border-color: rgb(33,85,250); }
td.TdClassName
{
border-color: #2155FA;
}
.TagClassName
{
border-color: #2155FA;
}
</style>