Shades of Royal Blue #5669EF
Tints of Royal Blue #5669EF
RGB
CMYK
RGB Variations
Color information
#5669EF (or 0x5669EF) is known color: Royal Blue. HEX triplet: 56, 69 and EF. RGB value is (86,105,239). Sum of RGB (Red+Green+Blue) = 86+105+239=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #5669EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5669EF is #A99610. Grayscale: #727272. Windows color (decimal): -11114001 or 15690070. OLE color: 15690070.
HSL color Cylindrical-coordinate representation of color #5669EF: hue angle of 232.55º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5669EF is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 105 | 239 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.06 |
| HSL | 232.55º | 0.83% | 0.64% | - |
| HSV(B) | 232.55º | 0.64% | 0.94% | - |
| XYZ | 24.47 | 18.31 | 83.91 | - |
| YUV | 114.6 | 198.21 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 105 | 239 | 0.64 | 0.56 | 0 | 0.06 | 232.55 | 0.83 | 0.64 |
| Hex | 56 | 69 | EF | 40 | 38 | 0 | 6 | E9 | 53 | 40 |
| Octal | 126 | 151 | 357 | 100 | 70 | 0 | 6 | 351 | 123 | 100 |
| Binary | 1010110 | 1101001 | 11101111 | 1000000 | 111000 | 0 | 110 | 11101001 | 1010011 | 1000000 |
Color Harmonies of #5669EF
Complementary color
Monochromatic Colors of #5669EF
Black with #5669EF
Text Example
Text Example
White with #5669EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5669EF; }
p { color: rgb(86,105,239); }
H1.HeaderClassName
{
color: #5669EF;
}
.AnyTagClassName
{
color: #5669EF;
}
</style>
background-color css
<style>
a { background-color: #5669EF; }
a { background-color: rgb(86,105,239); }
div.DivClassName
{
background-color: #5669EF;
}
.BgClassName
{
background-color: #5669EF;
}
</style>
border-color css
<style>
span { border-color: #5669EF; }
span { border-color: rgb(86,105,239); }
td.TdClassName
{
border-color: #5669EF;
}
.TagClassName
{
border-color: #5669EF;
}
</style>