Shades of Royal Blue #485BEC
Tints of Royal Blue #485BEC
RGB
CMYK
RGB Variations
Color information
#485BEC (or 0x485BEC) is known color: Royal Blue. HEX triplet: 48, 5B and EC. RGB value is (72,91,236). Sum of RGB (Red+Green+Blue) = 72+91+236=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #485BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485BEC is #B7A413. Grayscale: #656565. Windows color (decimal): -12035092 or 15489864. OLE color: 15489864.
HSL color Cylindrical-coordinate representation of color #485BEC: hue angle of 233.05º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485BEC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 91 | 236 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.07 |
| HSL | 233.05º | 0.81% | 0.6% | - |
| HSV(B) | 233.05º | 0.69% | 0.93% | - |
| XYZ | 21.55 | 14.92 | 81.1 | - |
| YUV | 101.85 | 203.71 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 236 | 0.69 | 0.61 | 0 | 0.07 | 233.05 | 0.81 | 0.6 |
| Hex | 48 | 5B | EC | 45 | 3D | 0 | 7 | E9 | 51 | 3C |
| Octal | 110 | 133 | 354 | 105 | 75 | 0 | 7 | 351 | 121 | 74 |
| Binary | 1001000 | 1011011 | 11101100 | 1000101 | 111101 | 0 | 111 | 11101001 | 1010001 | 111100 |
Color Harmonies of #485BEC
Complementary color
Monochromatic Colors of #485BEC
Black with #485BEC
Text Example
Text Example
White with #485BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BEC; }
p { color: rgb(72,91,236); }
H1.HeaderClassName
{
color: #485BEC;
}
.AnyTagClassName
{
color: #485BEC;
}
</style>
background-color css
<style>
a { background-color: #485BEC; }
a { background-color: rgb(72,91,236); }
div.DivClassName
{
background-color: #485BEC;
}
.BgClassName
{
background-color: #485BEC;
}
</style>
border-color css
<style>
span { border-color: #485BEC; }
span { border-color: rgb(72,91,236); }
td.TdClassName
{
border-color: #485BEC;
}
.TagClassName
{
border-color: #485BEC;
}
</style>