Shades of Royal Blue #4175DF
Tints of Royal Blue #4175DF
RGB
CMYK
RGB Variations
Color information
#4175DF (or 0x4175DF) is known color: Royal Blue. HEX triplet: 41, 75 and DF. RGB value is (65,117,223). Sum of RGB (Red+Green+Blue) = 65+117+223=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #4175DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4175DF is #BE8A20. Grayscale: #717171. Windows color (decimal): -12487201 or 14644545. OLE color: 14644545.
HSL color Cylindrical-coordinate representation of color #4175DF: hue angle of 220.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4175DF is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 117 | 223 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.13 |
| HSL | 220.25º | 0.71% | 0.56% | - |
| HSV(B) | 220.25º | 0.71% | 0.87% | - |
| XYZ | 21.86 | 19.17 | 72.36 | - |
| YUV | 113.54 | 189.77 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 223 | 0.71 | 0.48 | 0 | 0.13 | 220.25 | 0.71 | 0.56 |
| Hex | 41 | 75 | DF | 47 | 30 | 0 | D | DC | 47 | 38 |
| Octal | 101 | 165 | 337 | 107 | 60 | 0 | 15 | 334 | 107 | 70 |
| Binary | 1000001 | 1110101 | 11011111 | 1000111 | 110000 | 0 | 1101 | 11011100 | 1000111 | 111000 |
Color Harmonies of #4175DF
Complementary color
Monochromatic Colors of #4175DF
Black with #4175DF
Text Example
Text Example
White with #4175DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4175DF; }
p { color: rgb(65,117,223); }
H1.HeaderClassName
{
color: #4175DF;
}
.AnyTagClassName
{
color: #4175DF;
}
</style>
background-color css
<style>
a { background-color: #4175DF; }
a { background-color: rgb(65,117,223); }
div.DivClassName
{
background-color: #4175DF;
}
.BgClassName
{
background-color: #4175DF;
}
</style>
border-color css
<style>
span { border-color: #4175DF; }
span { border-color: rgb(65,117,223); }
td.TdClassName
{
border-color: #4175DF;
}
.TagClassName
{
border-color: #4175DF;
}
</style>