Shades of Royal Blue #2158ED
Tints of Royal Blue #2158ED
RGB
CMYK
RGB Variations
Color information
#2158ED (or 0x2158ED) is known color: Royal Blue. HEX triplet: 21, 58 and ED. RGB value is (33,88,237). Sum of RGB (Red+Green+Blue) = 33+88+237=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #2158ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2158ED is #DEA712. Grayscale: #575757. Windows color (decimal): -14591763 or 15554593. OLE color: 15554593.
HSL color Cylindrical-coordinate representation of color #2158ED: hue angle of 223.82º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2158ED is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 88 | 237 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.07 |
| HSL | 223.82º | 0.85% | 0.53% | - |
| HSV(B) | 223.82º | 0.86% | 0.93% | - |
| XYZ | 19.4 | 13.42 | 81.69 | - |
| YUV | 88.54 | 211.78 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 237 | 0.86 | 0.63 | 0 | 0.07 | 223.82 | 0.85 | 0.53 |
| Hex | 21 | 58 | ED | 56 | 3F | 0 | 7 | E0 | 55 | 35 |
| Octal | 41 | 130 | 355 | 126 | 77 | 0 | 7 | 340 | 125 | 65 |
| Binary | 100001 | 1011000 | 11101101 | 1010110 | 111111 | 0 | 111 | 11100000 | 1010101 | 110101 |
Color Harmonies of #2158ED
Complementary color
Monochromatic Colors of #2158ED
Black with #2158ED
Text Example
Text Example
White with #2158ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2158ED; }
p { color: rgb(33,88,237); }
H1.HeaderClassName
{
color: #2158ED;
}
.AnyTagClassName
{
color: #2158ED;
}
</style>
background-color css
<style>
a { background-color: #2158ED; }
a { background-color: rgb(33,88,237); }
div.DivClassName
{
background-color: #2158ED;
}
.BgClassName
{
background-color: #2158ED;
}
</style>
border-color css
<style>
span { border-color: #2158ED; }
span { border-color: rgb(33,88,237); }
td.TdClassName
{
border-color: #2158ED;
}
.TagClassName
{
border-color: #2158ED;
}
</style>