Shades of Royal Blue #485EE8
Tints of Royal Blue #485EE8
RGB
CMYK
RGB Variations
Color information
#485EE8 (or 0x485EE8) is known color: Royal Blue. HEX triplet: 48, 5E and E8. RGB value is (72,94,232). Sum of RGB (Red+Green+Blue) = 72+94+232=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 232 (91.02% from 255 or 58.29% from 398); Max value from RGB is 232 - color contains mainly: blue. Hex color #485EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485EE8 is #B7A117. Grayscale: #666666. Windows color (decimal): -12034328 or 15228488. OLE color: 15228488.
HSL color Cylindrical-coordinate representation of color #485EE8: hue angle of 231.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485EE8 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 94 | 232 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.09 |
| HSL | 231.75º | 0.78% | 0.6% | - |
| HSV(B) | 231.75º | 0.69% | 0.91% | - |
| XYZ | 21.24 | 15.21 | 78.16 | - |
| YUV | 103.15 | 200.71 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 232 | 0.69 | 0.59 | 0 | 0.09 | 231.75 | 0.78 | 0.6 |
| Hex | 48 | 5E | E8 | 45 | 3B | 0 | 9 | E8 | 4E | 3C |
| Octal | 110 | 136 | 350 | 105 | 73 | 0 | 11 | 350 | 116 | 74 |
| Binary | 1001000 | 1011110 | 11101000 | 1000101 | 111011 | 0 | 1001 | 11101000 | 1001110 | 111100 |
Color Harmonies of #485EE8
Complementary color
Monochromatic Colors of #485EE8
Black with #485EE8
Text Example
Text Example
White with #485EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485EE8; }
p { color: rgb(72,94,232); }
H1.HeaderClassName
{
color: #485EE8;
}
.AnyTagClassName
{
color: #485EE8;
}
</style>
background-color css
<style>
a { background-color: #485EE8; }
a { background-color: rgb(72,94,232); }
div.DivClassName
{
background-color: #485EE8;
}
.BgClassName
{
background-color: #485EE8;
}
</style>
border-color css
<style>
span { border-color: #485EE8; }
span { border-color: rgb(72,94,232); }
td.TdClassName
{
border-color: #485EE8;
}
.TagClassName
{
border-color: #485EE8;
}
</style>