Shades of Royal Blue #486DCE
Tints of Royal Blue #486DCE
RGB
CMYK
RGB Variations
Color information
#486DCE (or 0x486DCE) is known color: Royal Blue. HEX triplet: 48, 6D and CE. RGB value is (72,109,206). Sum of RGB (Red+Green+Blue) = 72+109+206=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #486DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DCE is #B79231. Grayscale: #6C6C6C. Windows color (decimal): -12030514 or 13528392. OLE color: 13528392.
HSL color Cylindrical-coordinate representation of color #486DCE: hue angle of 223.43º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486DCE is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 109 | 206 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.19 |
| HSL | 223.43º | 0.58% | 0.55% | - |
| HSV(B) | 223.43º | 0.65% | 0.81% | - |
| XYZ | 19.28 | 16.77 | 60.61 | - |
| YUV | 109 | 182.74 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 206 | 0.65 | 0.47 | 0 | 0.19 | 223.43 | 0.58 | 0.55 |
| Hex | 48 | 6D | CE | 41 | 2F | 0 | 13 | DF | 3A | 37 |
| Octal | 110 | 155 | 316 | 101 | 57 | 0 | 23 | 337 | 72 | 67 |
| Binary | 1001000 | 1101101 | 11001110 | 1000001 | 101111 | 0 | 10011 | 11011111 | 111010 | 110111 |
Color Harmonies of #486DCE
Complementary color
Monochromatic Colors of #486DCE
Black with #486DCE
Text Example
Text Example
White with #486DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486DCE; }
p { color: rgb(72,109,206); }
H1.HeaderClassName
{
color: #486DCE;
}
.AnyTagClassName
{
color: #486DCE;
}
</style>
background-color css
<style>
a { background-color: #486DCE; }
a { background-color: rgb(72,109,206); }
div.DivClassName
{
background-color: #486DCE;
}
.BgClassName
{
background-color: #486DCE;
}
</style>
border-color css
<style>
span { border-color: #486DCE; }
span { border-color: rgb(72,109,206); }
td.TdClassName
{
border-color: #486DCE;
}
.TagClassName
{
border-color: #486DCE;
}
</style>