Shades of Royal Blue #485CEF
Tints of Royal Blue #485CEF
RGB
CMYK
RGB Variations
Color information
#485CEF (or 0x485CEF) is known color: Royal Blue. HEX triplet: 48, 5C and EF. RGB value is (72,92,239). Sum of RGB (Red+Green+Blue) = 72+92+239=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #485CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485CEF is #B7A310. Grayscale: #666666. Windows color (decimal): -12034833 or 15686728. OLE color: 15686728.
HSL color Cylindrical-coordinate representation of color #485CEF: hue angle of 232.81º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #485CEF is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 92 | 239 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.06 |
| HSL | 232.81º | 0.84% | 0.61% | - |
| HSV(B) | 232.81º | 0.7% | 0.94% | - |
| XYZ | 22.08 | 15.26 | 83.44 | - |
| YUV | 102.78 | 204.87 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 239 | 0.70 | 0.62 | 0 | 0.06 | 232.81 | 0.84 | 0.61 |
| Hex | 48 | 5C | EF | 46 | 3E | 0 | 6 | E9 | 54 | 3D |
| Octal | 110 | 134 | 357 | 106 | 76 | 0 | 6 | 351 | 124 | 75 |
| Binary | 1001000 | 1011100 | 11101111 | 1000110 | 111110 | 0 | 110 | 11101001 | 1010100 | 111101 |
Color Harmonies of #485CEF
Complementary color
Monochromatic Colors of #485CEF
Black with #485CEF
Text Example
Text Example
White with #485CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485CEF; }
p { color: rgb(72,92,239); }
H1.HeaderClassName
{
color: #485CEF;
}
.AnyTagClassName
{
color: #485CEF;
}
</style>
background-color css
<style>
a { background-color: #485CEF; }
a { background-color: rgb(72,92,239); }
div.DivClassName
{
background-color: #485CEF;
}
.BgClassName
{
background-color: #485CEF;
}
</style>
border-color css
<style>
span { border-color: #485CEF; }
span { border-color: rgb(72,92,239); }
td.TdClassName
{
border-color: #485CEF;
}
.TagClassName
{
border-color: #485CEF;
}
</style>