Shades of Royal Blue #4558DD
Tints of Royal Blue #4558DD
RGB
CMYK
RGB Variations
Color information
#4558DD (or 0x4558DD) is known color: Royal Blue. HEX triplet: 45, 58 and DD. RGB value is (69,88,221). Sum of RGB (Red+Green+Blue) = 69+88+221=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #4558DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4558DD is #BAA722. Grayscale: #606060. Windows color (decimal): -12232483 or 14506053. OLE color: 14506053.
HSL color Cylindrical-coordinate representation of color #4558DD: hue angle of 232.5º 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 #4558DD is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 88 | 221 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.13 |
| HSL | 232.5º | 0.69% | 0.57% | - |
| HSV(B) | 232.5º | 0.69% | 0.87% | - |
| XYZ | 19 | 13.47 | 70 | - |
| YUV | 97.48 | 197.71 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 221 | 0.69 | 0.60 | 0 | 0.13 | 232.5 | 0.69 | 0.57 |
| Hex | 45 | 58 | DD | 45 | 3C | 0 | D | E8 | 45 | 39 |
| Octal | 105 | 130 | 335 | 105 | 74 | 0 | 15 | 350 | 105 | 71 |
| Binary | 1000101 | 1011000 | 11011101 | 1000101 | 111100 | 0 | 1101 | 11101000 | 1000101 | 111001 |
Color Harmonies of #4558DD
Complementary color
Monochromatic Colors of #4558DD
Black with #4558DD
Text Example
Text Example
White with #4558DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4558DD; }
p { color: rgb(69,88,221); }
H1.HeaderClassName
{
color: #4558DD;
}
.AnyTagClassName
{
color: #4558DD;
}
</style>
background-color css
<style>
a { background-color: #4558DD; }
a { background-color: rgb(69,88,221); }
div.DivClassName
{
background-color: #4558DD;
}
.BgClassName
{
background-color: #4558DD;
}
</style>
border-color css
<style>
span { border-color: #4558DD; }
span { border-color: rgb(69,88,221); }
td.TdClassName
{
border-color: #4558DD;
}
.TagClassName
{
border-color: #4558DD;
}
</style>