Shades of Royal Blue #2158F1
Tints of Royal Blue #2158F1
RGB
CMYK
RGB Variations
Color information
#2158F1 (or 0x2158F1) is known color: Royal Blue. HEX triplet: 21, 58 and F1. RGB value is (33,88,241). Sum of RGB (Red+Green+Blue) = 33+88+241=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 241 (94.53% from 255 or 66.57% from 362); Max value from RGB is 241 - color contains mainly: blue. Hex color #2158F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2158F1 is #DEA70E. Grayscale: #585858. Windows color (decimal): -14591759 or 15816737. OLE color: 15816737.
HSL color Cylindrical-coordinate representation of color #2158F1: hue angle of 224.13º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2158F1 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 88 | 241 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.05 |
| HSL | 224.13º | 0.88% | 0.54% | - |
| HSV(B) | 224.13º | 0.86% | 0.95% | - |
| XYZ | 19.99 | 13.65 | 84.8 | - |
| YUV | 89 | 213.78 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 241 | 0.86 | 0.63 | 0 | 0.05 | 224.13 | 0.88 | 0.54 |
| Hex | 21 | 58 | F1 | 56 | 3F | 0 | 5 | E0 | 58 | 36 |
| Octal | 41 | 130 | 361 | 126 | 77 | 0 | 5 | 340 | 130 | 66 |
| Binary | 100001 | 1011000 | 11110001 | 1010110 | 111111 | 0 | 101 | 11100000 | 1011000 | 110110 |
Color Harmonies of #2158F1
Complementary color
Monochromatic Colors of #2158F1
Black with #2158F1
Text Example
Text Example
White with #2158F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2158F1; }
p { color: rgb(33,88,241); }
H1.HeaderClassName
{
color: #2158F1;
}
.AnyTagClassName
{
color: #2158F1;
}
</style>
background-color css
<style>
a { background-color: #2158F1; }
a { background-color: rgb(33,88,241); }
div.DivClassName
{
background-color: #2158F1;
}
.BgClassName
{
background-color: #2158F1;
}
</style>
border-color css
<style>
span { border-color: #2158F1; }
span { border-color: rgb(33,88,241); }
td.TdClassName
{
border-color: #2158F1;
}
.TagClassName
{
border-color: #2158F1;
}
</style>