Shades of Royal Blue #2175E3
Tints of Royal Blue #2175E3
RGB
CMYK
RGB Variations
Color information
#2175E3 (or 0x2175E3) is known color: Royal Blue. HEX triplet: 21, 75 and E3. RGB value is (33,117,227). Sum of RGB (Red+Green+Blue) = 33+117+227=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 227 (89.06% from 255 or 60.21% from 377); Max value from RGB is 227 - color contains mainly: blue. Hex color #2175E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2175E3 is #DE8A1C. Grayscale: #676767. Windows color (decimal): -14584349 or 14906657. OLE color: 14906657.
HSL color Cylindrical-coordinate representation of color #2175E3: hue angle of 214.02º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2175E3 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 117 | 227 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.11 |
| HSL | 214.02º | 0.78% | 0.51% | - |
| HSV(B) | 214.02º | 0.85% | 0.89% | - |
| XYZ | 20.85 | 18.59 | 75.16 | - |
| YUV | 104.42 | 197.17 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 227 | 0.85 | 0.48 | 0 | 0.11 | 214.02 | 0.78 | 0.51 |
| Hex | 21 | 75 | E3 | 55 | 30 | 0 | B | D6 | 4E | 33 |
| Octal | 41 | 165 | 343 | 125 | 60 | 0 | 13 | 326 | 116 | 63 |
| Binary | 100001 | 1110101 | 11100011 | 1010101 | 110000 | 0 | 1011 | 11010110 | 1001110 | 110011 |
Color Harmonies of #2175E3
Complementary color
Monochromatic Colors of #2175E3
Black with #2175E3
Text Example
Text Example
White with #2175E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2175E3; }
p { color: rgb(33,117,227); }
H1.HeaderClassName
{
color: #2175E3;
}
.AnyTagClassName
{
color: #2175E3;
}
</style>
background-color css
<style>
a { background-color: #2175E3; }
a { background-color: rgb(33,117,227); }
div.DivClassName
{
background-color: #2175E3;
}
.BgClassName
{
background-color: #2175E3;
}
</style>
border-color css
<style>
span { border-color: #2175E3; }
span { border-color: rgb(33,117,227); }
td.TdClassName
{
border-color: #2175E3;
}
.TagClassName
{
border-color: #2175E3;
}
</style>