Shades of Cornflower Blue #567EED
Tints of Cornflower Blue #567EED
RGB
CMYK
RGB Variations
Color information
#567EED (or 0x567EED) is known color: Cornflower Blue. HEX triplet: 56, 7E and ED. RGB value is (86,126,237). Sum of RGB (Red+Green+Blue) = 86+126+237=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #567EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567EED is #A98112. Grayscale: #7E7E7E. Windows color (decimal): -11108627 or 15564374. OLE color: 15564374.
HSL color Cylindrical-coordinate representation of color #567EED: hue angle of 224.11º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #567EED is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 126 | 237 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.07 |
| HSL | 224.11º | 0.81% | 0.63% | - |
| HSV(B) | 224.11º | 0.64% | 0.93% | - |
| XYZ | 26.58 | 23.01 | 83.16 | - |
| YUV | 126.69 | 190.25 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 237 | 0.64 | 0.47 | 0 | 0.07 | 224.11 | 0.81 | 0.63 |
| Hex | 56 | 7E | ED | 40 | 2F | 0 | 7 | E0 | 51 | 3F |
| Octal | 126 | 176 | 355 | 100 | 57 | 0 | 7 | 340 | 121 | 77 |
| Binary | 1010110 | 1111110 | 11101101 | 1000000 | 101111 | 0 | 111 | 11100000 | 1010001 | 111111 |
Color Harmonies of #567EED
Complementary color
Monochromatic Colors of #567EED
Black with #567EED
Text Example
Text Example
White with #567EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567EED; }
p { color: rgb(86,126,237); }
H1.HeaderClassName
{
color: #567EED;
}
.AnyTagClassName
{
color: #567EED;
}
</style>
background-color css
<style>
a { background-color: #567EED; }
a { background-color: rgb(86,126,237); }
div.DivClassName
{
background-color: #567EED;
}
.BgClassName
{
background-color: #567EED;
}
</style>
border-color css
<style>
span { border-color: #567EED; }
span { border-color: rgb(86,126,237); }
td.TdClassName
{
border-color: #567EED;
}
.TagClassName
{
border-color: #567EED;
}
</style>