Shades of Royal Blue #485EDF
Tints of Royal Blue #485EDF
RGB
CMYK
RGB Variations
Color information
#485EDF (or 0x485EDF) is known color: Royal Blue. HEX triplet: 48, 5E and DF. RGB value is (72,94,223). Sum of RGB (Red+Green+Blue) = 72+94+223=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #485EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485EDF is #B7A120. Grayscale: #656565. Windows color (decimal): -12034337 or 14638664. OLE color: 14638664.
HSL color Cylindrical-coordinate representation of color #485EDF: hue angle of 231.26º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #485EDF is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 94 | 223 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.13 |
| HSL | 231.26º | 0.7% | 0.58% | - |
| HSV(B) | 231.26º | 0.68% | 0.87% | - |
| XYZ | 19.99 | 14.71 | 71.6 | - |
| YUV | 102.13 | 196.21 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 223 | 0.68 | 0.58 | 0 | 0.13 | 231.26 | 0.7 | 0.58 |
| Hex | 48 | 5E | DF | 44 | 3A | 0 | D | E7 | 46 | 3A |
| Octal | 110 | 136 | 337 | 104 | 72 | 0 | 15 | 347 | 106 | 72 |
| Binary | 1001000 | 1011110 | 11011111 | 1000100 | 111010 | 0 | 1101 | 11100111 | 1000110 | 111010 |
Color Harmonies of #485EDF
Complementary color
Monochromatic Colors of #485EDF
Black with #485EDF
Text Example
Text Example
White with #485EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485EDF; }
p { color: rgb(72,94,223); }
H1.HeaderClassName
{
color: #485EDF;
}
.AnyTagClassName
{
color: #485EDF;
}
</style>
background-color css
<style>
a { background-color: #485EDF; }
a { background-color: rgb(72,94,223); }
div.DivClassName
{
background-color: #485EDF;
}
.BgClassName
{
background-color: #485EDF;
}
</style>
border-color css
<style>
span { border-color: #485EDF; }
span { border-color: rgb(72,94,223); }
td.TdClassName
{
border-color: #485EDF;
}
.TagClassName
{
border-color: #485EDF;
}
</style>