Shades of Royal Blue #4175E0
Tints of Royal Blue #4175E0
RGB
CMYK
RGB Variations
Color information
#4175E0 (or 0x4175E0) is known color: Royal Blue. HEX triplet: 41, 75 and E0. RGB value is (65,117,224). Sum of RGB (Red+Green+Blue) = 65+117+224=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #4175E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4175E0 is #BE8A1F. Grayscale: #717171. Windows color (decimal): -12487200 or 14710081. OLE color: 14710081.
HSL color Cylindrical-coordinate representation of color #4175E0: hue angle of 220.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4175E0 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 117 | 224 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.12 |
| HSL | 220.38º | 0.72% | 0.57% | - |
| HSV(B) | 220.38º | 0.71% | 0.88% | - |
| XYZ | 22 | 19.23 | 73.07 | - |
| YUV | 113.65 | 190.27 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 224 | 0.71 | 0.48 | 0 | 0.12 | 220.38 | 0.72 | 0.57 |
| Hex | 41 | 75 | E0 | 47 | 30 | 0 | C | DC | 48 | 39 |
| Octal | 101 | 165 | 340 | 107 | 60 | 0 | 14 | 334 | 110 | 71 |
| Binary | 1000001 | 1110101 | 11100000 | 1000111 | 110000 | 0 | 1100 | 11011100 | 1001000 | 111001 |
Color Harmonies of #4175E0
Complementary color
Monochromatic Colors of #4175E0
Black with #4175E0
Text Example
Text Example
White with #4175E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4175E0; }
p { color: rgb(65,117,224); }
H1.HeaderClassName
{
color: #4175E0;
}
.AnyTagClassName
{
color: #4175E0;
}
</style>
background-color css
<style>
a { background-color: #4175E0; }
a { background-color: rgb(65,117,224); }
div.DivClassName
{
background-color: #4175E0;
}
.BgClassName
{
background-color: #4175E0;
}
</style>
border-color css
<style>
span { border-color: #4175E0; }
span { border-color: rgb(65,117,224); }
td.TdClassName
{
border-color: #4175E0;
}
.TagClassName
{
border-color: #4175E0;
}
</style>