Shades of Royal Blue #486FCE
Tints of Royal Blue #486FCE
RGB
CMYK
RGB Variations
Color information
#486FCE (or 0x486FCE) is known color: Royal Blue. HEX triplet: 48, 6F and CE. RGB value is (72,111,206). Sum of RGB (Red+Green+Blue) = 72+111+206=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #486FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FCE is #B79031. Grayscale: #6D6D6D. Windows color (decimal): -12030002 or 13528904. OLE color: 13528904.
HSL color Cylindrical-coordinate representation of color #486FCE: hue angle of 222.54º 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 #486FCE is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 111 | 206 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.19 |
| HSL | 222.54º | 0.58% | 0.55% | - |
| HSV(B) | 222.54º | 0.65% | 0.81% | - |
| XYZ | 19.5 | 17.2 | 60.69 | - |
| YUV | 110.17 | 182.08 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 206 | 0.65 | 0.46 | 0 | 0.19 | 222.54 | 0.58 | 0.55 |
| Hex | 48 | 6F | CE | 41 | 2E | 0 | 13 | DF | 3A | 37 |
| Octal | 110 | 157 | 316 | 101 | 56 | 0 | 23 | 337 | 72 | 67 |
| Binary | 1001000 | 1101111 | 11001110 | 1000001 | 101110 | 0 | 10011 | 11011111 | 111010 | 110111 |
Color Harmonies of #486FCE
Complementary color
Monochromatic Colors of #486FCE
Black with #486FCE
Text Example
Text Example
White with #486FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FCE; }
p { color: rgb(72,111,206); }
H1.HeaderClassName
{
color: #486FCE;
}
.AnyTagClassName
{
color: #486FCE;
}
</style>
background-color css
<style>
a { background-color: #486FCE; }
a { background-color: rgb(72,111,206); }
div.DivClassName
{
background-color: #486FCE;
}
.BgClassName
{
background-color: #486FCE;
}
</style>
border-color css
<style>
span { border-color: #486FCE; }
span { border-color: rgb(72,111,206); }
td.TdClassName
{
border-color: #486FCE;
}
.TagClassName
{
border-color: #486FCE;
}
</style>