Shades of Royal Blue #2158FF
Tints of Royal Blue #2158FF
RGB
CMYK
RGB Variations
Color information
#2158FF (or 0x2158FF) is known color: Royal Blue. HEX triplet: 21, 58 and FF. RGB value is (33,88,255). Sum of RGB (Red+Green+Blue) = 33+88+255=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #2158FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2158FF is #DEA700. Grayscale: #595959. Windows color (decimal): -14591745 or 16734241. OLE color: 16734241.
HSL color Cylindrical-coordinate representation of color #2158FF: hue angle of 225.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2158FF is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 88 | 255 | - |
| CMYK | 0.87 | 0.65 | 0 | 0 |
| HSL | 225.14º | 1% | 0.56% | - |
| HSV(B) | 225.14º | 0.87% | 1% | - |
| XYZ | 22.17 | 14.52 | 96.24 | - |
| YUV | 90.59 | 220.78 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 255 | 0.87 | 0.65 | 0 | 0 | 225.14 | 1 | 0.56 |
| Hex | 21 | 58 | FF | 57 | 41 | 0 | 0 | E1 | 64 | 38 |
| Octal | 41 | 130 | 377 | 127 | 101 | 0 | 0 | 341 | 144 | 70 |
| Binary | 100001 | 1011000 | 11111111 | 1010111 | 1000001 | 0 | 0 | 11100001 | 1100100 | 111000 |
Color Harmonies of #2158FF
Complementary color
Monochromatic Colors of #2158FF
Black with #2158FF
Text Example
Text Example
White with #2158FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2158FF; }
p { color: rgb(33,88,255); }
H1.HeaderClassName
{
color: #2158FF;
}
.AnyTagClassName
{
color: #2158FF;
}
</style>
background-color css
<style>
a { background-color: #2158FF; }
a { background-color: rgb(33,88,255); }
div.DivClassName
{
background-color: #2158FF;
}
.BgClassName
{
background-color: #2158FF;
}
</style>
border-color css
<style>
span { border-color: #2158FF; }
span { border-color: rgb(33,88,255); }
td.TdClassName
{
border-color: #2158FF;
}
.TagClassName
{
border-color: #2158FF;
}
</style>