Shades of Royal Blue #4583DF
Tints of Royal Blue #4583DF
RGB
CMYK
RGB Variations
Color information
#4583DF (or 0x4583DF) is known color: Royal Blue. HEX triplet: 45, 83 and DF. RGB value is (69,131,223). Sum of RGB (Red+Green+Blue) = 69+131+223=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #4583DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4583DF is #BA7C20. Grayscale: #7A7A7A. Windows color (decimal): -12221473 or 14648133. OLE color: 14648133.
HSL color Cylindrical-coordinate representation of color #4583DF: hue angle of 215.84º degrees, saturation: 0.71, 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 #4583DF is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 131 | 223 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.13 |
| HSL | 215.84º | 0.71% | 0.57% | - |
| HSV(B) | 215.84º | 0.69% | 0.87% | - |
| XYZ | 23.89 | 22.83 | 72.96 | - |
| YUV | 122.95 | 184.46 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 131 | 223 | 0.69 | 0.41 | 0 | 0.13 | 215.84 | 0.71 | 0.57 |
| Hex | 45 | 83 | DF | 45 | 29 | 0 | D | D8 | 47 | 39 |
| Octal | 105 | 203 | 337 | 105 | 51 | 0 | 15 | 330 | 107 | 71 |
| Binary | 1000101 | 10000011 | 11011111 | 1000101 | 101001 | 0 | 1101 | 11011000 | 1000111 | 111001 |
Color Harmonies of #4583DF
Complementary color
Monochromatic Colors of #4583DF
Black with #4583DF
Text Example
Text Example
White with #4583DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4583DF; }
p { color: rgb(69,131,223); }
H1.HeaderClassName
{
color: #4583DF;
}
.AnyTagClassName
{
color: #4583DF;
}
</style>
background-color css
<style>
a { background-color: #4583DF; }
a { background-color: rgb(69,131,223); }
div.DivClassName
{
background-color: #4583DF;
}
.BgClassName
{
background-color: #4583DF;
}
</style>
border-color css
<style>
span { border-color: #4583DF; }
span { border-color: rgb(69,131,223); }
td.TdClassName
{
border-color: #4583DF;
}
.TagClassName
{
border-color: #4583DF;
}
</style>