Shades of Royal Blue #4580DC
Tints of Royal Blue #4580DC
RGB
CMYK
RGB Variations
Color information
#4580DC (or 0x4580DC) is known color: Royal Blue. HEX triplet: 45, 80 and DC. RGB value is (69,128,220). Sum of RGB (Red+Green+Blue) = 69+128+220=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #4580DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580DC is #BA7F23. Grayscale: #787878. Windows color (decimal): -12222244 or 14450757. OLE color: 14450757.
HSL color Cylindrical-coordinate representation of color #4580DC: hue angle of 216.56º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4580DC is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 128 | 220 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.14 |
| HSL | 216.56º | 0.68% | 0.57% | - |
| HSV(B) | 216.56º | 0.69% | 0.86% | - |
| XYZ | 23.09 | 21.87 | 70.71 | - |
| YUV | 120.85 | 183.95 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 220 | 0.69 | 0.42 | 0 | 0.14 | 216.56 | 0.68 | 0.57 |
| Hex | 45 | 80 | DC | 45 | 2A | 0 | E | D9 | 44 | 39 |
| Octal | 105 | 200 | 334 | 105 | 52 | 0 | 16 | 331 | 104 | 71 |
| Binary | 1000101 | 10000000 | 11011100 | 1000101 | 101010 | 0 | 1110 | 11011001 | 1000100 | 111001 |
Color Harmonies of #4580DC
Complementary color
Monochromatic Colors of #4580DC
Black with #4580DC
Text Example
Text Example
White with #4580DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4580DC; }
p { color: rgb(69,128,220); }
H1.HeaderClassName
{
color: #4580DC;
}
.AnyTagClassName
{
color: #4580DC;
}
</style>
background-color css
<style>
a { background-color: #4580DC; }
a { background-color: rgb(69,128,220); }
div.DivClassName
{
background-color: #4580DC;
}
.BgClassName
{
background-color: #4580DC;
}
</style>
border-color css
<style>
span { border-color: #4580DC; }
span { border-color: rgb(69,128,220); }
td.TdClassName
{
border-color: #4580DC;
}
.TagClassName
{
border-color: #4580DC;
}
</style>