Shades of Royal Blue #485CEB
Tints of Royal Blue #485CEB
RGB
CMYK
RGB Variations
Color information
#485CEB (or 0x485CEB) is known color: Royal Blue. HEX triplet: 48, 5C and EB. RGB value is (72,92,235). Sum of RGB (Red+Green+Blue) = 72+92+235=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #485CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485CEB is #B7A314. Grayscale: #656565. Windows color (decimal): -12034837 or 15424584. OLE color: 15424584.
HSL color Cylindrical-coordinate representation of color #485CEB: hue angle of 232.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485CEB is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 92 | 235 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.08 |
| HSL | 232.64º | 0.8% | 0.6% | - |
| HSV(B) | 232.64º | 0.69% | 0.92% | - |
| XYZ | 21.5 | 15.03 | 80.37 | - |
| YUV | 102.32 | 202.87 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 235 | 0.69 | 0.61 | 0 | 0.08 | 232.64 | 0.8 | 0.6 |
| Hex | 48 | 5C | EB | 45 | 3D | 0 | 8 | E9 | 50 | 3C |
| Octal | 110 | 134 | 353 | 105 | 75 | 0 | 10 | 351 | 120 | 74 |
| Binary | 1001000 | 1011100 | 11101011 | 1000101 | 111101 | 0 | 1000 | 11101001 | 1010000 | 111100 |
Color Harmonies of #485CEB
Complementary color
Monochromatic Colors of #485CEB
Black with #485CEB
Text Example
Text Example
White with #485CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485CEB; }
p { color: rgb(72,92,235); }
H1.HeaderClassName
{
color: #485CEB;
}
.AnyTagClassName
{
color: #485CEB;
}
</style>
background-color css
<style>
a { background-color: #485CEB; }
a { background-color: rgb(72,92,235); }
div.DivClassName
{
background-color: #485CEB;
}
.BgClassName
{
background-color: #485CEB;
}
</style>
border-color css
<style>
span { border-color: #485CEB; }
span { border-color: rgb(72,92,235); }
td.TdClassName
{
border-color: #485CEB;
}
.TagClassName
{
border-color: #485CEB;
}
</style>