Shades of Royal Blue #485BE5
Tints of Royal Blue #485BE5
RGB
CMYK
RGB Variations
Color information
#485BE5 (or 0x485BE5) is known color: Royal Blue. HEX triplet: 48, 5B and E5. RGB value is (72,91,229). Sum of RGB (Red+Green+Blue) = 72+91+229=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #485BE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BE5 is #B7A41A. Grayscale: #646464. Windows color (decimal): -12035099 or 15031112. OLE color: 15031112.
HSL color Cylindrical-coordinate representation of color #485BE5: hue angle of 232.74º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485BE5 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 91 | 229 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.10 |
| HSL | 232.74º | 0.75% | 0.59% | - |
| HSV(B) | 232.74º | 0.69% | 0.9% | - |
| XYZ | 20.56 | 14.52 | 75.85 | - |
| YUV | 101.05 | 200.21 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 229 | 0.69 | 0.60 | 0 | 0.10 | 232.74 | 0.75 | 0.59 |
| Hex | 48 | 5B | E5 | 45 | 3C | 0 | A | E9 | 4B | 3B |
| Octal | 110 | 133 | 345 | 105 | 74 | 0 | 12 | 351 | 113 | 73 |
| Binary | 1001000 | 1011011 | 11100101 | 1000101 | 111100 | 0 | 1010 | 11101001 | 1001011 | 111011 |
Color Harmonies of #485BE5
Complementary color
Monochromatic Colors of #485BE5
Black with #485BE5
Text Example
Text Example
White with #485BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BE5; }
p { color: rgb(72,91,229); }
H1.HeaderClassName
{
color: #485BE5;
}
.AnyTagClassName
{
color: #485BE5;
}
</style>
background-color css
<style>
a { background-color: #485BE5; }
a { background-color: rgb(72,91,229); }
div.DivClassName
{
background-color: #485BE5;
}
.BgClassName
{
background-color: #485BE5;
}
</style>
border-color css
<style>
span { border-color: #485BE5; }
span { border-color: rgb(72,91,229); }
td.TdClassName
{
border-color: #485BE5;
}
.TagClassName
{
border-color: #485BE5;
}
</style>