Shades of Royal Blue #485CED
Tints of Royal Blue #485CED
RGB
CMYK
RGB Variations
Color information
#485CED (or 0x485CED) is known color: Royal Blue. HEX triplet: 48, 5C and ED. RGB value is (72,92,237). Sum of RGB (Red+Green+Blue) = 72+92+237=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #485CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485CED is #B7A312. Grayscale: #656565. Windows color (decimal): -12034835 or 15555656. OLE color: 15555656.
HSL color Cylindrical-coordinate representation of color #485CED: hue angle of 232.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #485CED is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 92 | 237 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.07 |
| HSL | 232.73º | 0.82% | 0.61% | - |
| HSV(B) | 232.73º | 0.7% | 0.93% | - |
| XYZ | 21.79 | 15.15 | 81.9 | - |
| YUV | 102.55 | 203.87 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 237 | 0.70 | 0.61 | 0 | 0.07 | 232.73 | 0.82 | 0.61 |
| Hex | 48 | 5C | ED | 46 | 3D | 0 | 7 | E9 | 52 | 3D |
| Octal | 110 | 134 | 355 | 106 | 75 | 0 | 7 | 351 | 122 | 75 |
| Binary | 1001000 | 1011100 | 11101101 | 1000110 | 111101 | 0 | 111 | 11101001 | 1010010 | 111101 |
Color Harmonies of #485CED
Complementary color
Monochromatic Colors of #485CED
Black with #485CED
Text Example
Text Example
White with #485CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485CED; }
p { color: rgb(72,92,237); }
H1.HeaderClassName
{
color: #485CED;
}
.AnyTagClassName
{
color: #485CED;
}
</style>
background-color css
<style>
a { background-color: #485CED; }
a { background-color: rgb(72,92,237); }
div.DivClassName
{
background-color: #485CED;
}
.BgClassName
{
background-color: #485CED;
}
</style>
border-color css
<style>
span { border-color: #485CED; }
span { border-color: rgb(72,92,237); }
td.TdClassName
{
border-color: #485CED;
}
.TagClassName
{
border-color: #485CED;
}
</style>