Shades of Royal Blue #486EED
Tints of Royal Blue #486EED
RGB
CMYK
RGB Variations
Color information
#486EED (or 0x486EED) is known color: Royal Blue. HEX triplet: 48, 6E and ED. RGB value is (72,110,237). Sum of RGB (Red+Green+Blue) = 72+110+237=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #486EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486EED is #B79112. Grayscale: #707070. Windows color (decimal): -12030227 or 15560264. OLE color: 15560264.
HSL color Cylindrical-coordinate representation of color #486EED: hue angle of 226.18º 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 #486EED is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 110 | 237 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.07 |
| HSL | 226.18º | 0.82% | 0.61% | - |
| HSV(B) | 226.18º | 0.7% | 0.93% | - |
| XYZ | 23.53 | 18.64 | 82.48 | - |
| YUV | 113.12 | 197.91 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 237 | 0.70 | 0.54 | 0 | 0.07 | 226.18 | 0.82 | 0.61 |
| Hex | 48 | 6E | ED | 46 | 36 | 0 | 7 | E2 | 52 | 3D |
| Octal | 110 | 156 | 355 | 106 | 66 | 0 | 7 | 342 | 122 | 75 |
| Binary | 1001000 | 1101110 | 11101101 | 1000110 | 110110 | 0 | 111 | 11100010 | 1010010 | 111101 |
Color Harmonies of #486EED
Complementary color
Monochromatic Colors of #486EED
Black with #486EED
Text Example
Text Example
White with #486EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486EED; }
p { color: rgb(72,110,237); }
H1.HeaderClassName
{
color: #486EED;
}
.AnyTagClassName
{
color: #486EED;
}
</style>
background-color css
<style>
a { background-color: #486EED; }
a { background-color: rgb(72,110,237); }
div.DivClassName
{
background-color: #486EED;
}
.BgClassName
{
background-color: #486EED;
}
</style>
border-color css
<style>
span { border-color: #486EED; }
span { border-color: rgb(72,110,237); }
td.TdClassName
{
border-color: #486EED;
}
.TagClassName
{
border-color: #486EED;
}
</style>