Shades of Royal Blue #5069CF
Tints of Royal Blue #5069CF
RGB
CMYK
RGB Variations
Color information
#5069CF (or 0x5069CF) is known color: Royal Blue. HEX triplet: 50, 69 and CF. RGB value is (80,105,207). Sum of RGB (Red+Green+Blue) = 80+105+207=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #5069CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5069CF is #AF9630. Grayscale: #6C6C6C. Windows color (decimal): -11507249 or 13592912. OLE color: 13592912.
HSL color Cylindrical-coordinate representation of color #5069CF: hue angle of 228.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5069CF is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 105 | 207 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.19 |
| HSL | 228.19º | 0.57% | 0.56% | - |
| HSV(B) | 228.19º | 0.61% | 0.81% | - |
| XYZ | 19.62 | 16.31 | 61.15 | - |
| YUV | 109.15 | 183.22 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 207 | 0.61 | 0.49 | 0 | 0.19 | 228.19 | 0.57 | 0.56 |
| Hex | 50 | 69 | CF | 3D | 31 | 0 | 13 | E4 | 39 | 38 |
| Octal | 120 | 151 | 317 | 75 | 61 | 0 | 23 | 344 | 71 | 70 |
| Binary | 1010000 | 1101001 | 11001111 | 111101 | 110001 | 0 | 10011 | 11100100 | 111001 | 111000 |
Color Harmonies of #5069CF
Complementary color
Monochromatic Colors of #5069CF
Black with #5069CF
Text Example
Text Example
White with #5069CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5069CF; }
p { color: rgb(80,105,207); }
H1.HeaderClassName
{
color: #5069CF;
}
.AnyTagClassName
{
color: #5069CF;
}
</style>
background-color css
<style>
a { background-color: #5069CF; }
a { background-color: rgb(80,105,207); }
div.DivClassName
{
background-color: #5069CF;
}
.BgClassName
{
background-color: #5069CF;
}
</style>
border-color css
<style>
span { border-color: #5069CF; }
span { border-color: rgb(80,105,207); }
td.TdClassName
{
border-color: #5069CF;
}
.TagClassName
{
border-color: #5069CF;
}
</style>