Shades of Royal Blue #485FE9
Tints of Royal Blue #485FE9
RGB
CMYK
RGB Variations
Color information
#485FE9 (or 0x485FE9) is known color: Royal Blue. HEX triplet: 48, 5F and E9. RGB value is (72,95,233). Sum of RGB (Red+Green+Blue) = 72+95+233=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 233 (91.41% from 255 or 58.25% from 400); Max value from RGB is 233 - color contains mainly: blue. Hex color #485FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485FE9 is #B7A016. Grayscale: #676767. Windows color (decimal): -12034071 or 15294280. OLE color: 15294280.
HSL color Cylindrical-coordinate representation of color #485FE9: hue angle of 231.43º degrees, saturation: 0.79, 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 #485FE9 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 95 | 233 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.09 |
| HSL | 231.43º | 0.79% | 0.6% | - |
| HSV(B) | 231.43º | 0.69% | 0.91% | - |
| XYZ | 21.47 | 15.45 | 78.94 | - |
| YUV | 103.86 | 200.88 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 233 | 0.69 | 0.59 | 0 | 0.09 | 231.43 | 0.79 | 0.6 |
| Hex | 48 | 5F | E9 | 45 | 3B | 0 | 9 | E7 | 4F | 3C |
| Octal | 110 | 137 | 351 | 105 | 73 | 0 | 11 | 347 | 117 | 74 |
| Binary | 1001000 | 1011111 | 11101001 | 1000101 | 111011 | 0 | 1001 | 11100111 | 1001111 | 111100 |
Color Harmonies of #485FE9
Complementary color
Monochromatic Colors of #485FE9
Black with #485FE9
Text Example
Text Example
White with #485FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485FE9; }
p { color: rgb(72,95,233); }
H1.HeaderClassName
{
color: #485FE9;
}
.AnyTagClassName
{
color: #485FE9;
}
</style>
background-color css
<style>
a { background-color: #485FE9; }
a { background-color: rgb(72,95,233); }
div.DivClassName
{
background-color: #485FE9;
}
.BgClassName
{
background-color: #485FE9;
}
</style>
border-color css
<style>
span { border-color: #485FE9; }
span { border-color: rgb(72,95,233); }
td.TdClassName
{
border-color: #485FE9;
}
.TagClassName
{
border-color: #485FE9;
}
</style>