Shades of Royal Blue #485BD8
Tints of Royal Blue #485BD8
RGB
CMYK
RGB Variations
Color information
#485BD8 (or 0x485BD8) is known color: Royal Blue. HEX triplet: 48, 5B and D8. RGB value is (72,91,216). Sum of RGB (Red+Green+Blue) = 72+91+216=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #485BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BD8 is #B7A427. Grayscale: #636363. Windows color (decimal): -12035112 or 14179144. OLE color: 14179144.
HSL color Cylindrical-coordinate representation of color #485BD8: hue angle of 232.08º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #485BD8 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 91 | 216 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.15 |
| HSL | 232.08º | 0.65% | 0.56% | - |
| HSV(B) | 232.08º | 0.67% | 0.85% | - |
| XYZ | 18.81 | 13.82 | 66.64 | - |
| YUV | 99.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 216 | 0.67 | 0.58 | 0 | 0.15 | 232.08 | 0.65 | 0.56 |
| Hex | 48 | 5B | D8 | 43 | 3A | 0 | F | E8 | 41 | 38 |
| Octal | 110 | 133 | 330 | 103 | 72 | 0 | 17 | 350 | 101 | 70 |
| Binary | 1001000 | 1011011 | 11011000 | 1000011 | 111010 | 0 | 1111 | 11101000 | 1000001 | 111000 |
Color Harmonies of #485BD8
Complementary color
Monochromatic Colors of #485BD8
Black with #485BD8
Text Example
Text Example
White with #485BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BD8; }
p { color: rgb(72,91,216); }
H1.HeaderClassName
{
color: #485BD8;
}
.AnyTagClassName
{
color: #485BD8;
}
</style>
background-color css
<style>
a { background-color: #485BD8; }
a { background-color: rgb(72,91,216); }
div.DivClassName
{
background-color: #485BD8;
}
.BgClassName
{
background-color: #485BD8;
}
</style>
border-color css
<style>
span { border-color: #485BD8; }
span { border-color: rgb(72,91,216); }
td.TdClassName
{
border-color: #485BD8;
}
.TagClassName
{
border-color: #485BD8;
}
</style>