Shades of Royal Blue #566BF4
Tints of Royal Blue #566BF4
RGB
CMYK
RGB Variations
Color information
#566BF4 (or 0x566BF4) is known color: Royal Blue. HEX triplet: 56, 6B and F4. RGB value is (86,107,244). Sum of RGB (Red+Green+Blue) = 86+107+244=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #566BF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566BF4 is #A9940B. Grayscale: #737373. Windows color (decimal): -11113484 or 16018262. OLE color: 16018262.
HSL color Cylindrical-coordinate representation of color #566BF4: hue angle of 232.03º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #566BF4 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 107 | 244 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.04 |
| HSL | 232.03º | 0.88% | 0.65% | - |
| HSV(B) | 232.03º | 0.65% | 0.96% | - |
| XYZ | 25.42 | 19.03 | 87.92 | - |
| YUV | 116.34 | 200.04 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 244 | 0.65 | 0.56 | 0 | 0.04 | 232.03 | 0.88 | 0.65 |
| Hex | 56 | 6B | F4 | 41 | 38 | 0 | 4 | E8 | 58 | 41 |
| Octal | 126 | 153 | 364 | 101 | 70 | 0 | 4 | 350 | 130 | 101 |
| Binary | 1010110 | 1101011 | 11110100 | 1000001 | 111000 | 0 | 100 | 11101000 | 1011000 | 1000001 |
Color Harmonies of #566BF4
Complementary color
Monochromatic Colors of #566BF4
Black with #566BF4
Text Example
Text Example
White with #566BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566BF4; }
p { color: rgb(86,107,244); }
H1.HeaderClassName
{
color: #566BF4;
}
.AnyTagClassName
{
color: #566BF4;
}
</style>
background-color css
<style>
a { background-color: #566BF4; }
a { background-color: rgb(86,107,244); }
div.DivClassName
{
background-color: #566BF4;
}
.BgClassName
{
background-color: #566BF4;
}
</style>
border-color css
<style>
span { border-color: #566BF4; }
span { border-color: rgb(86,107,244); }
td.TdClassName
{
border-color: #566BF4;
}
.TagClassName
{
border-color: #566BF4;
}
</style>