Shades of Royal Blue #4175CF
Tints of Royal Blue #4175CF
RGB
CMYK
RGB Variations
Color information
#4175CF (or 0x4175CF) is known color: Royal Blue. HEX triplet: 41, 75 and CF. RGB value is (65,117,207). Sum of RGB (Red+Green+Blue) = 65+117+207=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #4175CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4175CF is #BE8A30. Grayscale: #6F6F6F. Windows color (decimal): -12487217 or 13595969. OLE color: 13595969.
HSL color Cylindrical-coordinate representation of color #4175CF: hue angle of 218.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4175CF is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 117 | 207 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.19 |
| HSL | 218.03º | 0.6% | 0.53% | - |
| HSV(B) | 218.03º | 0.69% | 0.81% | - |
| XYZ | 19.8 | 18.35 | 61.53 | - |
| YUV | 111.71 | 181.77 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 207 | 0.69 | 0.43 | 0 | 0.19 | 218.03 | 0.6 | 0.53 |
| Hex | 41 | 75 | CF | 45 | 2B | 0 | 13 | DA | 3C | 35 |
| Octal | 101 | 165 | 317 | 105 | 53 | 0 | 23 | 332 | 74 | 65 |
| Binary | 1000001 | 1110101 | 11001111 | 1000101 | 101011 | 0 | 10011 | 11011010 | 111100 | 110101 |
Color Harmonies of #4175CF
Complementary color
Monochromatic Colors of #4175CF
Black with #4175CF
Text Example
Text Example
White with #4175CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4175CF; }
p { color: rgb(65,117,207); }
H1.HeaderClassName
{
color: #4175CF;
}
.AnyTagClassName
{
color: #4175CF;
}
</style>
background-color css
<style>
a { background-color: #4175CF; }
a { background-color: rgb(65,117,207); }
div.DivClassName
{
background-color: #4175CF;
}
.BgClassName
{
background-color: #4175CF;
}
</style>
border-color css
<style>
span { border-color: #4175CF; }
span { border-color: rgb(65,117,207); }
td.TdClassName
{
border-color: #4175CF;
}
.TagClassName
{
border-color: #4175CF;
}
</style>