Shades of Royal Blue #4185EB
Tints of Royal Blue #4185EB
RGB
CMYK
RGB Variations
Color information
#4185EB (or 0x4185EB) is known color: Royal Blue. HEX triplet: 41, 85 and EB. RGB value is (65,133,235). Sum of RGB (Red+Green+Blue) = 65+133+235=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #4185EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4185EB is #BE7A14. Grayscale: #7B7B7B. Windows color (decimal): -12483093 or 15435073. OLE color: 15435073.
HSL color Cylindrical-coordinate representation of color #4185EB: hue angle of 216º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4185EB is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 133 | 235 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.08 |
| HSL | 216º | 0.81% | 0.59% | - |
| HSV(B) | 216º | 0.72% | 0.92% | - |
| XYZ | 25.56 | 23.9 | 81.86 | - |
| YUV | 124.3 | 190.47 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 235 | 0.72 | 0.43 | 0 | 0.08 | 216 | 0.81 | 0.59 |
| Hex | 41 | 85 | EB | 48 | 2B | 0 | 8 | D8 | 51 | 3B |
| Octal | 101 | 205 | 353 | 110 | 53 | 0 | 10 | 330 | 121 | 73 |
| Binary | 1000001 | 10000101 | 11101011 | 1001000 | 101011 | 0 | 1000 | 11011000 | 1010001 | 111011 |
Color Harmonies of #4185EB
Complementary color
Monochromatic Colors of #4185EB
Black with #4185EB
Text Example
Text Example
White with #4185EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4185EB; }
p { color: rgb(65,133,235); }
H1.HeaderClassName
{
color: #4185EB;
}
.AnyTagClassName
{
color: #4185EB;
}
</style>
background-color css
<style>
a { background-color: #4185EB; }
a { background-color: rgb(65,133,235); }
div.DivClassName
{
background-color: #4185EB;
}
.BgClassName
{
background-color: #4185EB;
}
</style>
border-color css
<style>
span { border-color: #4185EB; }
span { border-color: rgb(65,133,235); }
td.TdClassName
{
border-color: #4185EB;
}
.TagClassName
{
border-color: #4185EB;
}
</style>