Shades of Royal Blue #485BDB
Tints of Royal Blue #485BDB
RGB
CMYK
RGB Variations
Color information
#485BDB (or 0x485BDB) is known color: Royal Blue. HEX triplet: 48, 5B and DB. RGB value is (72,91,219). Sum of RGB (Red+Green+Blue) = 72+91+219=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #485BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BDB is #B7A424. Grayscale: #636363. Windows color (decimal): -12035109 or 14375752. OLE color: 14375752.
HSL color Cylindrical-coordinate representation of color #485BDB: hue angle of 232.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #485BDB is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 91 | 219 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.14 |
| HSL | 232.24º | 0.67% | 0.57% | - |
| HSV(B) | 232.24º | 0.67% | 0.86% | - |
| XYZ | 19.2 | 13.97 | 68.7 | - |
| YUV | 99.91 | 195.21 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 219 | 0.67 | 0.58 | 0 | 0.14 | 232.24 | 0.67 | 0.57 |
| Hex | 48 | 5B | DB | 43 | 3A | 0 | E | E8 | 43 | 39 |
| Octal | 110 | 133 | 333 | 103 | 72 | 0 | 16 | 350 | 103 | 71 |
| Binary | 1001000 | 1011011 | 11011011 | 1000011 | 111010 | 0 | 1110 | 11101000 | 1000011 | 111001 |
Color Harmonies of #485BDB
Complementary color
Monochromatic Colors of #485BDB
Black with #485BDB
Text Example
Text Example
White with #485BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BDB; }
p { color: rgb(72,91,219); }
H1.HeaderClassName
{
color: #485BDB;
}
.AnyTagClassName
{
color: #485BDB;
}
</style>
background-color css
<style>
a { background-color: #485BDB; }
a { background-color: rgb(72,91,219); }
div.DivClassName
{
background-color: #485BDB;
}
.BgClassName
{
background-color: #485BDB;
}
</style>
border-color css
<style>
span { border-color: #485BDB; }
span { border-color: rgb(72,91,219); }
td.TdClassName
{
border-color: #485BDB;
}
.TagClassName
{
border-color: #485BDB;
}
</style>