Shades of Royal Blue #486CDA
Tints of Royal Blue #486CDA
RGB
CMYK
RGB Variations
Color information
#486CDA (or 0x486CDA) is known color: Royal Blue. HEX triplet: 48, 6C and DA. RGB value is (72,108,218). Sum of RGB (Red+Green+Blue) = 72+108+218=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #486CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CDA is #B79325. Grayscale: #6D6D6D. Windows color (decimal): -12030758 or 14314568. OLE color: 14314568.
HSL color Cylindrical-coordinate representation of color #486CDA: hue angle of 225.21º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486CDA is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 108 | 218 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.15 |
| HSL | 225.21º | 0.66% | 0.57% | - |
| HSV(B) | 225.21º | 0.67% | 0.85% | - |
| XYZ | 20.69 | 17.16 | 68.55 | - |
| YUV | 109.78 | 189.07 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 218 | 0.67 | 0.50 | 0 | 0.15 | 225.21 | 0.66 | 0.57 |
| Hex | 48 | 6C | DA | 43 | 32 | 0 | F | E1 | 42 | 39 |
| Octal | 110 | 154 | 332 | 103 | 62 | 0 | 17 | 341 | 102 | 71 |
| Binary | 1001000 | 1101100 | 11011010 | 1000011 | 110010 | 0 | 1111 | 11100001 | 1000010 | 111001 |
Color Harmonies of #486CDA
Complementary color
Monochromatic Colors of #486CDA
Black with #486CDA
Text Example
Text Example
White with #486CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486CDA; }
p { color: rgb(72,108,218); }
H1.HeaderClassName
{
color: #486CDA;
}
.AnyTagClassName
{
color: #486CDA;
}
</style>
background-color css
<style>
a { background-color: #486CDA; }
a { background-color: rgb(72,108,218); }
div.DivClassName
{
background-color: #486CDA;
}
.BgClassName
{
background-color: #486CDA;
}
</style>
border-color css
<style>
span { border-color: #486CDA; }
span { border-color: rgb(72,108,218); }
td.TdClassName
{
border-color: #486CDA;
}
.TagClassName
{
border-color: #486CDA;
}
</style>