Shades of Royal Blue #486BD2
Tints of Royal Blue #486BD2
RGB
CMYK
RGB Variations
Color information
#486BD2 (or 0x486BD2) is known color: Royal Blue. HEX triplet: 48, 6B and D2. RGB value is (72,107,210). Sum of RGB (Red+Green+Blue) = 72+107+210=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #486BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BD2 is #B7942D. Grayscale: #6B6B6B. Windows color (decimal): -12031022 or 13790024. OLE color: 13790024.
HSL color Cylindrical-coordinate representation of color #486BD2: hue angle of 224.78º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486BD2 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 107 | 210 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.18 |
| HSL | 224.78º | 0.61% | 0.55% | - |
| HSV(B) | 224.78º | 0.66% | 0.82% | - |
| XYZ | 19.56 | 16.55 | 63.14 | - |
| YUV | 108.28 | 185.4 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 210 | 0.66 | 0.49 | 0 | 0.18 | 224.78 | 0.61 | 0.55 |
| Hex | 48 | 6B | D2 | 42 | 31 | 0 | 12 | E1 | 3D | 37 |
| Octal | 110 | 153 | 322 | 102 | 61 | 0 | 22 | 341 | 75 | 67 |
| Binary | 1001000 | 1101011 | 11010010 | 1000010 | 110001 | 0 | 10010 | 11100001 | 111101 | 110111 |
Color Harmonies of #486BD2
Complementary color
Monochromatic Colors of #486BD2
Black with #486BD2
Text Example
Text Example
White with #486BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486BD2; }
p { color: rgb(72,107,210); }
H1.HeaderClassName
{
color: #486BD2;
}
.AnyTagClassName
{
color: #486BD2;
}
</style>
background-color css
<style>
a { background-color: #486BD2; }
a { background-color: rgb(72,107,210); }
div.DivClassName
{
background-color: #486BD2;
}
.BgClassName
{
background-color: #486BD2;
}
</style>
border-color css
<style>
span { border-color: #486BD2; }
span { border-color: rgb(72,107,210); }
td.TdClassName
{
border-color: #486BD2;
}
.TagClassName
{
border-color: #486BD2;
}
</style>