Shades of Royal Blue #5069F7
Tints of Royal Blue #5069F7
RGB
CMYK
RGB Variations
Color information
#5069F7 (or 0x5069F7) is known color: Royal Blue. HEX triplet: 50, 69 and F7. RGB value is (80,105,247). Sum of RGB (Red+Green+Blue) = 80+105+247=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 247 (96.88% from 255 or 57.18% from 432); Max value from RGB is 247 - color contains mainly: blue. Hex color #5069F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5069F7 is #AF9608. Grayscale: #717171. Windows color (decimal): -11507209 or 16214352. OLE color: 16214352.
HSL color Cylindrical-coordinate representation of color #5069F7: hue angle of 231.02º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5069F7 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 105 | 247 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.03 |
| HSL | 231.02º | 0.91% | 0.64% | - |
| HSV(B) | 231.02º | 0.68% | 0.97% | - |
| XYZ | 25.15 | 18.52 | 90.25 | - |
| YUV | 113.71 | 203.22 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 247 | 0.68 | 0.57 | 0 | 0.03 | 231.02 | 0.91 | 0.64 |
| Hex | 50 | 69 | F7 | 44 | 39 | 0 | 3 | E7 | 5B | 40 |
| Octal | 120 | 151 | 367 | 104 | 71 | 0 | 3 | 347 | 133 | 100 |
| Binary | 1010000 | 1101001 | 11110111 | 1000100 | 111001 | 0 | 11 | 11100111 | 1011011 | 1000000 |
Color Harmonies of #5069F7
Complementary color
Monochromatic Colors of #5069F7
Black with #5069F7
Text Example
Text Example
White with #5069F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5069F7; }
p { color: rgb(80,105,247); }
H1.HeaderClassName
{
color: #5069F7;
}
.AnyTagClassName
{
color: #5069F7;
}
</style>
background-color css
<style>
a { background-color: #5069F7; }
a { background-color: rgb(80,105,247); }
div.DivClassName
{
background-color: #5069F7;
}
.BgClassName
{
background-color: #5069F7;
}
</style>
border-color css
<style>
span { border-color: #5069F7; }
span { border-color: rgb(80,105,247); }
td.TdClassName
{
border-color: #5069F7;
}
.TagClassName
{
border-color: #5069F7;
}
</style>