Shades of Royal Blue #485DDB
Tints of Royal Blue #485DDB
RGB
CMYK
RGB Variations
Color information
#485DDB (or 0x485DDB) is known color: Royal Blue. HEX triplet: 48, 5D and DB. RGB value is (72,93,219). Sum of RGB (Red+Green+Blue) = 72+93+219=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #485DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DDB is #B7A224. Grayscale: #646464. Windows color (decimal): -12034597 or 14376264. OLE color: 14376264.
HSL color Cylindrical-coordinate representation of color #485DDB: hue angle of 231.43º 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 #485DDB is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 93 | 219 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.14 |
| HSL | 231.43º | 0.67% | 0.57% | - |
| HSV(B) | 231.43º | 0.67% | 0.86% | - |
| XYZ | 19.37 | 14.32 | 68.76 | - |
| YUV | 101.09 | 194.54 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 219 | 0.67 | 0.58 | 0 | 0.14 | 231.43 | 0.67 | 0.57 |
| Hex | 48 | 5D | DB | 43 | 3A | 0 | E | E7 | 43 | 39 |
| Octal | 110 | 135 | 333 | 103 | 72 | 0 | 16 | 347 | 103 | 71 |
| Binary | 1001000 | 1011101 | 11011011 | 1000011 | 111010 | 0 | 1110 | 11100111 | 1000011 | 111001 |
Color Harmonies of #485DDB
Complementary color
Monochromatic Colors of #485DDB
Black with #485DDB
Text Example
Text Example
White with #485DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485DDB; }
p { color: rgb(72,93,219); }
H1.HeaderClassName
{
color: #485DDB;
}
.AnyTagClassName
{
color: #485DDB;
}
</style>
background-color css
<style>
a { background-color: #485DDB; }
a { background-color: rgb(72,93,219); }
div.DivClassName
{
background-color: #485DDB;
}
.BgClassName
{
background-color: #485DDB;
}
</style>
border-color css
<style>
span { border-color: #485DDB; }
span { border-color: rgb(72,93,219); }
td.TdClassName
{
border-color: #485DDB;
}
.TagClassName
{
border-color: #485DDB;
}
</style>