Shades of Royal Blue #485FDB
Tints of Royal Blue #485FDB
RGB
CMYK
RGB Variations
Color information
#485FDB (or 0x485FDB) is known color: Royal Blue. HEX triplet: 48, 5F and DB. RGB value is (72,95,219). Sum of RGB (Red+Green+Blue) = 72+95+219=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #485FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485FDB is #B7A024. Grayscale: #656565. Windows color (decimal): -12034085 or 14376776. OLE color: 14376776.
HSL color Cylindrical-coordinate representation of color #485FDB: hue angle of 230.61º 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 #485FDB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 95 | 219 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.14 |
| HSL | 230.61º | 0.67% | 0.57% | - |
| HSV(B) | 230.61º | 0.67% | 0.86% | - |
| XYZ | 19.55 | 14.68 | 68.82 | - |
| YUV | 102.26 | 193.88 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 219 | 0.67 | 0.57 | 0 | 0.14 | 230.61 | 0.67 | 0.57 |
| Hex | 48 | 5F | DB | 43 | 39 | 0 | E | E7 | 43 | 39 |
| Octal | 110 | 137 | 333 | 103 | 71 | 0 | 16 | 347 | 103 | 71 |
| Binary | 1001000 | 1011111 | 11011011 | 1000011 | 111001 | 0 | 1110 | 11100111 | 1000011 | 111001 |
Color Harmonies of #485FDB
Complementary color
Monochromatic Colors of #485FDB
Black with #485FDB
Text Example
Text Example
White with #485FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485FDB; }
p { color: rgb(72,95,219); }
H1.HeaderClassName
{
color: #485FDB;
}
.AnyTagClassName
{
color: #485FDB;
}
</style>
background-color css
<style>
a { background-color: #485FDB; }
a { background-color: rgb(72,95,219); }
div.DivClassName
{
background-color: #485FDB;
}
.BgClassName
{
background-color: #485FDB;
}
</style>
border-color css
<style>
span { border-color: #485FDB; }
span { border-color: rgb(72,95,219); }
td.TdClassName
{
border-color: #485FDB;
}
.TagClassName
{
border-color: #485FDB;
}
</style>