Shades of Royal Blue #486CE5
Tints of Royal Blue #486CE5
RGB
CMYK
RGB Variations
Color information
#486CE5 (or 0x486CE5) is known color: Royal Blue. HEX triplet: 48, 6C and E5. RGB value is (72,108,229). Sum of RGB (Red+Green+Blue) = 72+108+229=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #486CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CE5 is #B7931A. Grayscale: #6E6E6E. Windows color (decimal): -12030747 or 15035464. OLE color: 15035464.
HSL color Cylindrical-coordinate representation of color #486CE5: hue angle of 226.24º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486CE5 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 72 | 108 | 229 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.10 |
| HSL | 226.24º | 0.75% | 0.59% | - |
| HSV(B) | 226.24º | 0.69% | 0.9% | - |
| XYZ | 22.18 | 17.76 | 76.39 | - |
| YUV | 111.03 | 194.57 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 229 | 0.69 | 0.53 | 0 | 0.10 | 226.24 | 0.75 | 0.59 |
| Hex | 48 | 6C | E5 | 45 | 35 | 0 | A | E2 | 4B | 3B |
| Octal | 110 | 154 | 345 | 105 | 65 | 0 | 12 | 342 | 113 | 73 |
| Binary | 1001000 | 1101100 | 11100101 | 1000101 | 110101 | 0 | 1010 | 11100010 | 1001011 | 111011 |
Color Harmonies of #486CE5
Complementary color
Monochromatic Colors of #486CE5
Black with #486CE5
Text Example
Text Example
White with #486CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CE5; }
p { color: rgb(72,108,229); }
H1.HeaderClassName
{
color: #486CE5;
}
.AnyTagClassName
{
color: #486CE5;
}
</style>
background-color css
<style>
a { background-color: #486CE5; }
a { background-color: rgb(72,108,229); }
div.DivClassName
{
background-color: #486CE5;
}
.BgClassName
{
background-color: #486CE5;
}
</style>
border-color css
<style>
span { border-color: #486CE5; }
span { border-color: rgb(72,108,229); }
td.TdClassName
{
border-color: #486CE5;
}
.TagClassName
{
border-color: #486CE5;
}
</style>