Shades of Royal Blue #486FEA
Tints of Royal Blue #486FEA
RGB
CMYK
RGB Variations
Color information
#486FEA (or 0x486FEA) is known color: Royal Blue. HEX triplet: 48, 6F and EA. RGB value is (72,111,234). Sum of RGB (Red+Green+Blue) = 72+111+234=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #486FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #486FEA is #B79015. Grayscale: #707070. Windows color (decimal): -12029974 or 15363912. OLE color: 15363912.
HSL color Cylindrical-coordinate representation of color #486FEA: hue angle of 225.56º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486FEA is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 111 | 234 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.08 |
| HSL | 225.56º | 0.79% | 0.6% | - |
| HSV(B) | 225.56º | 0.69% | 0.92% | - |
| XYZ | 23.21 | 18.69 | 80.23 | - |
| YUV | 113.36 | 196.08 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 234 | 0.69 | 0.53 | 0 | 0.08 | 225.56 | 0.79 | 0.6 |
| Hex | 48 | 6F | EA | 45 | 35 | 0 | 8 | E2 | 4F | 3C |
| Octal | 110 | 157 | 352 | 105 | 65 | 0 | 10 | 342 | 117 | 74 |
| Binary | 1001000 | 1101111 | 11101010 | 1000101 | 110101 | 0 | 1000 | 11100010 | 1001111 | 111100 |
Color Harmonies of #486FEA
Complementary color
Monochromatic Colors of #486FEA
Black with #486FEA
Text Example
Text Example
White with #486FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FEA; }
p { color: rgb(72,111,234); }
H1.HeaderClassName
{
color: #486FEA;
}
.AnyTagClassName
{
color: #486FEA;
}
</style>
background-color css
<style>
a { background-color: #486FEA; }
a { background-color: rgb(72,111,234); }
div.DivClassName
{
background-color: #486FEA;
}
.BgClassName
{
background-color: #486FEA;
}
</style>
border-color css
<style>
span { border-color: #486FEA; }
span { border-color: rgb(72,111,234); }
td.TdClassName
{
border-color: #486FEA;
}
.TagClassName
{
border-color: #486FEA;
}
</style>