Shades of Royal Blue #486FCB
Tints of Royal Blue #486FCB
RGB
CMYK
RGB Variations
Color information
#486FCB (or 0x486FCB) is known color: Royal Blue. HEX triplet: 48, 6F and CB. RGB value is (72,111,203). Sum of RGB (Red+Green+Blue) = 72+111+203=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #486FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FCB is #B79034. Grayscale: #6D6D6D. Windows color (decimal): -12030005 or 13332296. OLE color: 13332296.
HSL color Cylindrical-coordinate representation of color #486FCB: hue angle of 222.14º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486FCB is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 111 | 203 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.20 |
| HSL | 222.14º | 0.56% | 0.54% | - |
| HSV(B) | 222.14º | 0.65% | 0.8% | - |
| XYZ | 19.14 | 17.06 | 58.78 | - |
| YUV | 109.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 203 | 0.65 | 0.45 | 0 | 0.20 | 222.14 | 0.56 | 0.54 |
| Hex | 48 | 6F | CB | 41 | 2D | 0 | 14 | DE | 38 | 36 |
| Octal | 110 | 157 | 313 | 101 | 55 | 0 | 24 | 336 | 70 | 66 |
| Binary | 1001000 | 1101111 | 11001011 | 1000001 | 101101 | 0 | 10100 | 11011110 | 111000 | 110110 |
Color Harmonies of #486FCB
Complementary color
Monochromatic Colors of #486FCB
Black with #486FCB
Text Example
Text Example
White with #486FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FCB; }
p { color: rgb(72,111,203); }
H1.HeaderClassName
{
color: #486FCB;
}
.AnyTagClassName
{
color: #486FCB;
}
</style>
background-color css
<style>
a { background-color: #486FCB; }
a { background-color: rgb(72,111,203); }
div.DivClassName
{
background-color: #486FCB;
}
.BgClassName
{
background-color: #486FCB;
}
</style>
border-color css
<style>
span { border-color: #486FCB; }
span { border-color: rgb(72,111,203); }
td.TdClassName
{
border-color: #486FCB;
}
.TagClassName
{
border-color: #486FCB;
}
</style>