Shades of Royal Blue #567AF2
Tints of Royal Blue #567AF2
RGB
CMYK
RGB Variations
Color information
#567AF2 (or 0x567AF2) is known color: Royal Blue. HEX triplet: 56, 7A and F2. RGB value is (86,122,242). Sum of RGB (Red+Green+Blue) = 86+122+242=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #567AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567AF2 is #A9850D. Grayscale: #7C7C7C. Windows color (decimal): -11109646 or 15891030. OLE color: 15891030.
HSL color Cylindrical-coordinate representation of color #567AF2: hue angle of 226.15º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #567AF2 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 122 | 242 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.05 |
| HSL | 226.15º | 0.86% | 0.64% | - |
| HSV(B) | 226.15º | 0.64% | 0.95% | - |
| XYZ | 26.82 | 22.31 | 86.9 | - |
| YUV | 124.92 | 194.07 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 242 | 0.64 | 0.50 | 0 | 0.05 | 226.15 | 0.86 | 0.64 |
| Hex | 56 | 7A | F2 | 40 | 32 | 0 | 5 | E2 | 56 | 40 |
| Octal | 126 | 172 | 362 | 100 | 62 | 0 | 5 | 342 | 126 | 100 |
| Binary | 1010110 | 1111010 | 11110010 | 1000000 | 110010 | 0 | 101 | 11100010 | 1010110 | 1000000 |
Color Harmonies of #567AF2
Complementary color
Monochromatic Colors of #567AF2
Black with #567AF2
Text Example
Text Example
White with #567AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567AF2; }
p { color: rgb(86,122,242); }
H1.HeaderClassName
{
color: #567AF2;
}
.AnyTagClassName
{
color: #567AF2;
}
</style>
background-color css
<style>
a { background-color: #567AF2; }
a { background-color: rgb(86,122,242); }
div.DivClassName
{
background-color: #567AF2;
}
.BgClassName
{
background-color: #567AF2;
}
</style>
border-color css
<style>
span { border-color: #567AF2; }
span { border-color: rgb(86,122,242); }
td.TdClassName
{
border-color: #567AF2;
}
.TagClassName
{
border-color: #567AF2;
}
</style>