Shades of Royal Blue #485CEA
Tints of Royal Blue #485CEA
RGB
CMYK
RGB Variations
Color information
#485CEA (or 0x485CEA) is known color: Royal Blue. HEX triplet: 48, 5C and EA. RGB value is (72,92,234). Sum of RGB (Red+Green+Blue) = 72+92+234=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #485CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485CEA is #B7A315. Grayscale: #656565. Windows color (decimal): -12034838 or 15359048. OLE color: 15359048.
HSL color Cylindrical-coordinate representation of color #485CEA: hue angle of 232.59º degrees, saturation: 0.79, 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 #485CEA is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 92 | 234 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.08 |
| HSL | 232.59º | 0.79% | 0.6% | - |
| HSV(B) | 232.59º | 0.69% | 0.92% | - |
| XYZ | 21.35 | 14.97 | 79.61 | - |
| YUV | 102.21 | 202.37 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 234 | 0.69 | 0.61 | 0 | 0.08 | 232.59 | 0.79 | 0.6 |
| Hex | 48 | 5C | EA | 45 | 3D | 0 | 8 | E9 | 4F | 3C |
| Octal | 110 | 134 | 352 | 105 | 75 | 0 | 10 | 351 | 117 | 74 |
| Binary | 1001000 | 1011100 | 11101010 | 1000101 | 111101 | 0 | 1000 | 11101001 | 1001111 | 111100 |
Color Harmonies of #485CEA
Complementary color
Monochromatic Colors of #485CEA
Black with #485CEA
Text Example
Text Example
White with #485CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485CEA; }
p { color: rgb(72,92,234); }
H1.HeaderClassName
{
color: #485CEA;
}
.AnyTagClassName
{
color: #485CEA;
}
</style>
background-color css
<style>
a { background-color: #485CEA; }
a { background-color: rgb(72,92,234); }
div.DivClassName
{
background-color: #485CEA;
}
.BgClassName
{
background-color: #485CEA;
}
</style>
border-color css
<style>
span { border-color: #485CEA; }
span { border-color: rgb(72,92,234); }
td.TdClassName
{
border-color: #485CEA;
}
.TagClassName
{
border-color: #485CEA;
}
</style>