Shades of Royal Blue #2157F1
Tints of Royal Blue #2157F1
RGB
CMYK
RGB Variations
Color information
#2157F1 (or 0x2157F1) is known color: Royal Blue. HEX triplet: 21, 57 and F1. RGB value is (33,87,241). Sum of RGB (Red+Green+Blue) = 33+87+241=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #2157F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2157F1 is #DEA80E. Grayscale: #575757. Windows color (decimal): -14592015 or 15816481. OLE color: 15816481.
HSL color Cylindrical-coordinate representation of color #2157F1: hue angle of 224.42º 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 #2157F1 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 87 | 241 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.05 |
| HSL | 224.42º | 0.88% | 0.54% | - |
| HSV(B) | 224.42º | 0.86% | 0.95% | - |
| XYZ | 19.91 | 13.49 | 84.77 | - |
| YUV | 88.41 | 214.11 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 241 | 0.86 | 0.64 | 0 | 0.05 | 224.42 | 0.88 | 0.54 |
| Hex | 21 | 57 | F1 | 56 | 40 | 0 | 5 | E0 | 58 | 36 |
| Octal | 41 | 127 | 361 | 126 | 100 | 0 | 5 | 340 | 130 | 66 |
| Binary | 100001 | 1010111 | 11110001 | 1010110 | 1000000 | 0 | 101 | 11100000 | 1011000 | 110110 |
Color Harmonies of #2157F1
Complementary color
Monochromatic Colors of #2157F1
Black with #2157F1
Text Example
Text Example
White with #2157F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2157F1; }
p { color: rgb(33,87,241); }
H1.HeaderClassName
{
color: #2157F1;
}
.AnyTagClassName
{
color: #2157F1;
}
</style>
background-color css
<style>
a { background-color: #2157F1; }
a { background-color: rgb(33,87,241); }
div.DivClassName
{
background-color: #2157F1;
}
.BgClassName
{
background-color: #2157F1;
}
</style>
border-color css
<style>
span { border-color: #2157F1; }
span { border-color: rgb(33,87,241); }
td.TdClassName
{
border-color: #2157F1;
}
.TagClassName
{
border-color: #2157F1;
}
</style>