Shades of Royal Blue #4585DD
Tints of Royal Blue #4585DD
RGB
CMYK
RGB Variations
Color information
#4585DD (or 0x4585DD) is known color: Royal Blue. HEX triplet: 45, 85 and DD. RGB value is (69,133,221). Sum of RGB (Red+Green+Blue) = 69+133+221=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #4585DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4585DD is #BA7A22. Grayscale: #7B7B7B. Windows color (decimal): -12220963 or 14517573. OLE color: 14517573.
HSL color Cylindrical-coordinate representation of color #4585DD: hue angle of 214.74º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4585DD is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 133 | 221 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.13 |
| HSL | 214.74º | 0.69% | 0.57% | - |
| HSV(B) | 214.74º | 0.69% | 0.87% | - |
| XYZ | 23.89 | 23.26 | 71.64 | - |
| YUV | 123.9 | 182.8 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 221 | 0.69 | 0.40 | 0 | 0.13 | 214.74 | 0.69 | 0.57 |
| Hex | 45 | 85 | DD | 45 | 28 | 0 | D | D7 | 45 | 39 |
| Octal | 105 | 205 | 335 | 105 | 50 | 0 | 15 | 327 | 105 | 71 |
| Binary | 1000101 | 10000101 | 11011101 | 1000101 | 101000 | 0 | 1101 | 11010111 | 1000101 | 111001 |
Color Harmonies of #4585DD
Complementary color
Monochromatic Colors of #4585DD
Black with #4585DD
Text Example
Text Example
White with #4585DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4585DD; }
p { color: rgb(69,133,221); }
H1.HeaderClassName
{
color: #4585DD;
}
.AnyTagClassName
{
color: #4585DD;
}
</style>
background-color css
<style>
a { background-color: #4585DD; }
a { background-color: rgb(69,133,221); }
div.DivClassName
{
background-color: #4585DD;
}
.BgClassName
{
background-color: #4585DD;
}
</style>
border-color css
<style>
span { border-color: #4585DD; }
span { border-color: rgb(69,133,221); }
td.TdClassName
{
border-color: #4585DD;
}
.TagClassName
{
border-color: #4585DD;
}
</style>