Shades of Cornflower Blue #567EE5
Tints of Cornflower Blue #567EE5
RGB
CMYK
RGB Variations
Color information
#567EE5 (or 0x567EE5) is known color: Cornflower Blue. HEX triplet: 56, 7E and E5. RGB value is (86,126,229). Sum of RGB (Red+Green+Blue) = 86+126+229=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #567EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EE5 is #A9811A. Grayscale: #7D7D7D. Windows color (decimal): -11108635 or 15040086. OLE color: 15040086.
HSL color Cylindrical-coordinate representation of color #567EE5: hue angle of 223.22º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #567EE5 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 126 | 229 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.10 |
| HSL | 223.22º | 0.73% | 0.62% | - |
| HSV(B) | 223.22º | 0.62% | 0.9% | - |
| XYZ | 25.44 | 22.56 | 77.14 | - |
| YUV | 125.78 | 186.25 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 229 | 0.62 | 0.45 | 0 | 0.10 | 223.22 | 0.73 | 0.62 |
| Hex | 56 | 7E | E5 | 3E | 2D | 0 | A | DF | 49 | 3E |
| Octal | 126 | 176 | 345 | 76 | 55 | 0 | 12 | 337 | 111 | 76 |
| Binary | 1010110 | 1111110 | 11100101 | 111110 | 101101 | 0 | 1010 | 11011111 | 1001001 | 111110 |
Color Harmonies of #567EE5
Complementary color
Monochromatic Colors of #567EE5
Black with #567EE5
Text Example
Text Example
White with #567EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567EE5; }
p { color: rgb(86,126,229); }
H1.HeaderClassName
{
color: #567EE5;
}
.AnyTagClassName
{
color: #567EE5;
}
</style>
background-color css
<style>
a { background-color: #567EE5; }
a { background-color: rgb(86,126,229); }
div.DivClassName
{
background-color: #567EE5;
}
.BgClassName
{
background-color: #567EE5;
}
</style>
border-color css
<style>
span { border-color: #567EE5; }
span { border-color: rgb(86,126,229); }
td.TdClassName
{
border-color: #567EE5;
}
.TagClassName
{
border-color: #567EE5;
}
</style>