Shades of Royal Blue #506CF4
Tints of Royal Blue #506CF4
RGB
CMYK
RGB Variations
Color information
#506CF4 (or 0x506CF4) is known color: Royal Blue. HEX triplet: 50, 6C and F4. RGB value is (80,108,244). Sum of RGB (Red+Green+Blue) = 80+108+244=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 244 (95.70% from 255 or 56.48% from 432); Max value from RGB is 244 - color contains mainly: blue. Hex color #506CF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506CF4 is #AF930B. Grayscale: #727272. Windows color (decimal): -11506444 or 16018512. OLE color: 16018512.
HSL color Cylindrical-coordinate representation of color #506CF4: hue angle of 229.76º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506CF4 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 108 | 244 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.04 |
| HSL | 229.76º | 0.88% | 0.64% | - |
| HSV(B) | 229.76º | 0.67% | 0.96% | - |
| XYZ | 25 | 18.96 | 87.93 | - |
| YUV | 115.13 | 200.72 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 244 | 0.67 | 0.56 | 0 | 0.04 | 229.76 | 0.88 | 0.64 |
| Hex | 50 | 6C | F4 | 43 | 38 | 0 | 4 | E6 | 58 | 40 |
| Octal | 120 | 154 | 364 | 103 | 70 | 0 | 4 | 346 | 130 | 100 |
| Binary | 1010000 | 1101100 | 11110100 | 1000011 | 111000 | 0 | 100 | 11100110 | 1011000 | 1000000 |
Color Harmonies of #506CF4
Complementary color
Monochromatic Colors of #506CF4
Black with #506CF4
Text Example
Text Example
White with #506CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506CF4; }
p { color: rgb(80,108,244); }
H1.HeaderClassName
{
color: #506CF4;
}
.AnyTagClassName
{
color: #506CF4;
}
</style>
background-color css
<style>
a { background-color: #506CF4; }
a { background-color: rgb(80,108,244); }
div.DivClassName
{
background-color: #506CF4;
}
.BgClassName
{
background-color: #506CF4;
}
</style>
border-color css
<style>
span { border-color: #506CF4; }
span { border-color: rgb(80,108,244); }
td.TdClassName
{
border-color: #506CF4;
}
.TagClassName
{
border-color: #506CF4;
}
</style>