Shades of Royal Blue #5469CF
Tints of Royal Blue #5469CF
RGB
CMYK
RGB Variations
Color information
#5469CF (or 0x5469CF) is known color: Royal Blue. HEX triplet: 54, 69 and CF. RGB value is (84,105,207). Sum of RGB (Red+Green+Blue) = 84+105+207=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #5469CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5469CF is #AB9630. Grayscale: #6D6D6D. Windows color (decimal): -11245105 or 13592916. OLE color: 13592916.
HSL color Cylindrical-coordinate representation of color #5469CF: hue angle of 229.76º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5469CF is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 105 | 207 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.19 |
| HSL | 229.76º | 0.56% | 0.57% | - |
| HSV(B) | 229.76º | 0.59% | 0.81% | - |
| XYZ | 19.97 | 16.49 | 61.16 | - |
| YUV | 110.35 | 182.54 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 207 | 0.59 | 0.49 | 0 | 0.19 | 229.76 | 0.56 | 0.57 |
| Hex | 54 | 69 | CF | 3B | 31 | 0 | 13 | E6 | 38 | 39 |
| Octal | 124 | 151 | 317 | 73 | 61 | 0 | 23 | 346 | 70 | 71 |
| Binary | 1010100 | 1101001 | 11001111 | 111011 | 110001 | 0 | 10011 | 11100110 | 111000 | 111001 |
Color Harmonies of #5469CF
Complementary color
Monochromatic Colors of #5469CF
Black with #5469CF
Text Example
Text Example
White with #5469CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5469CF; }
p { color: rgb(84,105,207); }
H1.HeaderClassName
{
color: #5469CF;
}
.AnyTagClassName
{
color: #5469CF;
}
</style>
background-color css
<style>
a { background-color: #5469CF; }
a { background-color: rgb(84,105,207); }
div.DivClassName
{
background-color: #5469CF;
}
.BgClassName
{
background-color: #5469CF;
}
</style>
border-color css
<style>
span { border-color: #5469CF; }
span { border-color: rgb(84,105,207); }
td.TdClassName
{
border-color: #5469CF;
}
.TagClassName
{
border-color: #5469CF;
}
</style>