Shades of Royal Blue #5565EF
Tints of Royal Blue #5565EF
RGB
CMYK
RGB Variations
Color information
#5565EF (or 0x5565EF) is known color: Royal Blue. HEX triplet: 55, 65 and EF. RGB value is (85,101,239). Sum of RGB (Red+Green+Blue) = 85+101+239=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #5565EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5565EF is #AA9A10. Grayscale: #6F6F6F. Windows color (decimal): -11180561 or 15689045. OLE color: 15689045.
HSL color Cylindrical-coordinate representation of color #5565EF: hue angle of 233.77º 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 #5565EF is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 101 | 239 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.06 |
| HSL | 233.77º | 0.83% | 0.64% | - |
| HSV(B) | 233.77º | 0.64% | 0.94% | - |
| XYZ | 23.98 | 17.47 | 83.77 | - |
| YUV | 111.95 | 199.7 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 239 | 0.64 | 0.58 | 0 | 0.06 | 233.77 | 0.83 | 0.64 |
| Hex | 55 | 65 | EF | 40 | 3A | 0 | 6 | EA | 53 | 40 |
| Octal | 125 | 145 | 357 | 100 | 72 | 0 | 6 | 352 | 123 | 100 |
| Binary | 1010101 | 1100101 | 11101111 | 1000000 | 111010 | 0 | 110 | 11101010 | 1010011 | 1000000 |
Color Harmonies of #5565EF
Complementary color
Monochromatic Colors of #5565EF
Black with #5565EF
Text Example
Text Example
White with #5565EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5565EF; }
p { color: rgb(85,101,239); }
H1.HeaderClassName
{
color: #5565EF;
}
.AnyTagClassName
{
color: #5565EF;
}
</style>
background-color css
<style>
a { background-color: #5565EF; }
a { background-color: rgb(85,101,239); }
div.DivClassName
{
background-color: #5565EF;
}
.BgClassName
{
background-color: #5565EF;
}
</style>
border-color css
<style>
span { border-color: #5565EF; }
span { border-color: rgb(85,101,239); }
td.TdClassName
{
border-color: #5565EF;
}
.TagClassName
{
border-color: #5565EF;
}
</style>