Shades of Royal Blue #485BDF
Tints of Royal Blue #485BDF
RGB
CMYK
RGB Variations
Color information
#485BDF (or 0x485BDF) is known color: Royal Blue. HEX triplet: 48, 5B and DF. RGB value is (72,91,223). Sum of RGB (Red+Green+Blue) = 72+91+223=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #485BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BDF is #B7A420. Grayscale: #636363. Windows color (decimal): -12035105 or 14637896. OLE color: 14637896.
HSL color Cylindrical-coordinate representation of color #485BDF: hue angle of 232.45º 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 #485BDF is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 91 | 223 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.13 |
| HSL | 232.45º | 0.7% | 0.58% | - |
| HSV(B) | 232.45º | 0.68% | 0.87% | - |
| XYZ | 19.73 | 14.19 | 71.51 | - |
| YUV | 100.37 | 197.21 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 223 | 0.68 | 0.59 | 0 | 0.13 | 232.45 | 0.7 | 0.58 |
| Hex | 48 | 5B | DF | 44 | 3B | 0 | D | E8 | 46 | 3A |
| Octal | 110 | 133 | 337 | 104 | 73 | 0 | 15 | 350 | 106 | 72 |
| Binary | 1001000 | 1011011 | 11011111 | 1000100 | 111011 | 0 | 1101 | 11101000 | 1000110 | 111010 |
Color Harmonies of #485BDF
Complementary color
Monochromatic Colors of #485BDF
Black with #485BDF
Text Example
Text Example
White with #485BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BDF; }
p { color: rgb(72,91,223); }
H1.HeaderClassName
{
color: #485BDF;
}
.AnyTagClassName
{
color: #485BDF;
}
</style>
background-color css
<style>
a { background-color: #485BDF; }
a { background-color: rgb(72,91,223); }
div.DivClassName
{
background-color: #485BDF;
}
.BgClassName
{
background-color: #485BDF;
}
</style>
border-color css
<style>
span { border-color: #485BDF; }
span { border-color: rgb(72,91,223); }
td.TdClassName
{
border-color: #485BDF;
}
.TagClassName
{
border-color: #485BDF;
}
</style>