Shades of Royal Blue #485ADB
Tints of Royal Blue #485ADB
RGB
CMYK
RGB Variations
Color information
#485ADB (or 0x485ADB) is known color: Royal Blue. HEX triplet: 48, 5A and DB. RGB value is (72,90,219). Sum of RGB (Red+Green+Blue) = 72+90+219=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #485ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ADB is #B7A524. Grayscale: #626262. Windows color (decimal): -12035365 or 14375496. OLE color: 14375496.
HSL color Cylindrical-coordinate representation of color #485ADB: hue angle of 232.65º 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 #485ADB is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 90 | 219 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.14 |
| HSL | 232.65º | 0.67% | 0.57% | - |
| HSV(B) | 232.65º | 0.67% | 0.86% | - |
| XYZ | 19.11 | 13.8 | 68.67 | - |
| YUV | 99.32 | 195.54 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 219 | 0.67 | 0.59 | 0 | 0.14 | 232.65 | 0.67 | 0.57 |
| Hex | 48 | 5A | DB | 43 | 3B | 0 | E | E9 | 43 | 39 |
| Octal | 110 | 132 | 333 | 103 | 73 | 0 | 16 | 351 | 103 | 71 |
| Binary | 1001000 | 1011010 | 11011011 | 1000011 | 111011 | 0 | 1110 | 11101001 | 1000011 | 111001 |
Color Harmonies of #485ADB
Complementary color
Monochromatic Colors of #485ADB
Black with #485ADB
Text Example
Text Example
White with #485ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485ADB; }
p { color: rgb(72,90,219); }
H1.HeaderClassName
{
color: #485ADB;
}
.AnyTagClassName
{
color: #485ADB;
}
</style>
background-color css
<style>
a { background-color: #485ADB; }
a { background-color: rgb(72,90,219); }
div.DivClassName
{
background-color: #485ADB;
}
.BgClassName
{
background-color: #485ADB;
}
</style>
border-color css
<style>
span { border-color: #485ADB; }
span { border-color: rgb(72,90,219); }
td.TdClassName
{
border-color: #485ADB;
}
.TagClassName
{
border-color: #485ADB;
}
</style>