Shades of Cornflower Blue #567EEA
Tints of Cornflower Blue #567EEA
RGB
CMYK
RGB Variations
Color information
#567EEA (or 0x567EEA) is known color: Cornflower Blue. HEX triplet: 56, 7E and EA. RGB value is (86,126,234). Sum of RGB (Red+Green+Blue) = 86+126+234=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #567EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567EEA is #A98115. Grayscale: #7D7D7D. Windows color (decimal): -11108630 or 15367766. OLE color: 15367766.
HSL color Cylindrical-coordinate representation of color #567EEA: hue angle of 223.78º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #567EEA is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 126 | 234 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.08 |
| HSL | 223.78º | 0.78% | 0.63% | - |
| HSV(B) | 223.78º | 0.63% | 0.92% | - |
| XYZ | 26.15 | 22.84 | 80.87 | - |
| YUV | 126.35 | 188.75 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 234 | 0.63 | 0.46 | 0 | 0.08 | 223.78 | 0.78 | 0.63 |
| Hex | 56 | 7E | EA | 3F | 2E | 0 | 8 | E0 | 4E | 3F |
| Octal | 126 | 176 | 352 | 77 | 56 | 0 | 10 | 340 | 116 | 77 |
| Binary | 1010110 | 1111110 | 11101010 | 111111 | 101110 | 0 | 1000 | 11100000 | 1001110 | 111111 |
Color Harmonies of #567EEA
Complementary color
Monochromatic Colors of #567EEA
Black with #567EEA
Text Example
Text Example
White with #567EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567EEA; }
p { color: rgb(86,126,234); }
H1.HeaderClassName
{
color: #567EEA;
}
.AnyTagClassName
{
color: #567EEA;
}
</style>
background-color css
<style>
a { background-color: #567EEA; }
a { background-color: rgb(86,126,234); }
div.DivClassName
{
background-color: #567EEA;
}
.BgClassName
{
background-color: #567EEA;
}
</style>
border-color css
<style>
span { border-color: #567EEA; }
span { border-color: rgb(86,126,234); }
td.TdClassName
{
border-color: #567EEA;
}
.TagClassName
{
border-color: #567EEA;
}
</style>