Shades of Royal Blue #486FDD
Tints of Royal Blue #486FDD
RGB
CMYK
RGB Variations
Color information
#486FDD (or 0x486FDD) is known color: Royal Blue. HEX triplet: 48, 6F and DD. RGB value is (72,111,221). Sum of RGB (Red+Green+Blue) = 72+111+221=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #486FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FDD is #B79022. Grayscale: #6F6F6F. Windows color (decimal): -12029987 or 14511944. OLE color: 14511944.
HSL color Cylindrical-coordinate representation of color #486FDD: hue angle of 224.3º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486FDD is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 111 | 221 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.13 |
| HSL | 224.3º | 0.69% | 0.57% | - |
| HSV(B) | 224.3º | 0.67% | 0.87% | - |
| XYZ | 21.41 | 17.97 | 70.75 | - |
| YUV | 111.88 | 189.58 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 221 | 0.67 | 0.50 | 0 | 0.13 | 224.3 | 0.69 | 0.57 |
| Hex | 48 | 6F | DD | 43 | 32 | 0 | D | E0 | 45 | 39 |
| Octal | 110 | 157 | 335 | 103 | 62 | 0 | 15 | 340 | 105 | 71 |
| Binary | 1001000 | 1101111 | 11011101 | 1000011 | 110010 | 0 | 1101 | 11100000 | 1000101 | 111001 |
Color Harmonies of #486FDD
Complementary color
Monochromatic Colors of #486FDD
Black with #486FDD
Text Example
Text Example
White with #486FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FDD; }
p { color: rgb(72,111,221); }
H1.HeaderClassName
{
color: #486FDD;
}
.AnyTagClassName
{
color: #486FDD;
}
</style>
background-color css
<style>
a { background-color: #486FDD; }
a { background-color: rgb(72,111,221); }
div.DivClassName
{
background-color: #486FDD;
}
.BgClassName
{
background-color: #486FDD;
}
</style>
border-color css
<style>
span { border-color: #486FDD; }
span { border-color: rgb(72,111,221); }
td.TdClassName
{
border-color: #486FDD;
}
.TagClassName
{
border-color: #486FDD;
}
</style>