Shades of Royal Blue #4785DD
Tints of Royal Blue #4785DD
RGB
CMYK
RGB Variations
Color information
#4785DD (or 0x4785DD) is known color: Royal Blue. HEX triplet: 47, 85 and DD. RGB value is (71,133,221). Sum of RGB (Red+Green+Blue) = 71+133+221=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #4785DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4785DD is #B87A22. Grayscale: #7C7C7C. Windows color (decimal): -12089891 or 14517575. OLE color: 14517575.
HSL color Cylindrical-coordinate representation of color #4785DD: hue angle of 215.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4785DD is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 133 | 221 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.13 |
| HSL | 215.2º | 0.69% | 0.57% | - |
| HSV(B) | 215.2º | 0.68% | 0.87% | - |
| XYZ | 24.04 | 23.34 | 71.64 | - |
| YUV | 124.49 | 182.46 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 221 | 0.68 | 0.40 | 0 | 0.13 | 215.2 | 0.69 | 0.57 |
| Hex | 47 | 85 | DD | 44 | 28 | 0 | D | D7 | 45 | 39 |
| Octal | 107 | 205 | 335 | 104 | 50 | 0 | 15 | 327 | 105 | 71 |
| Binary | 1000111 | 10000101 | 11011101 | 1000100 | 101000 | 0 | 1101 | 11010111 | 1000101 | 111001 |
Color Harmonies of #4785DD
Complementary color
Monochromatic Colors of #4785DD
Black with #4785DD
Text Example
Text Example
White with #4785DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4785DD; }
p { color: rgb(71,133,221); }
H1.HeaderClassName
{
color: #4785DD;
}
.AnyTagClassName
{
color: #4785DD;
}
</style>
background-color css
<style>
a { background-color: #4785DD; }
a { background-color: rgb(71,133,221); }
div.DivClassName
{
background-color: #4785DD;
}
.BgClassName
{
background-color: #4785DD;
}
</style>
border-color css
<style>
span { border-color: #4785DD; }
span { border-color: rgb(71,133,221); }
td.TdClassName
{
border-color: #4785DD;
}
.TagClassName
{
border-color: #4785DD;
}
</style>