Shades of Cornflower Blue #567FEF
Tints of Cornflower Blue #567FEF
RGB
CMYK
RGB Variations
Color information
#567FEF (or 0x567FEF) is known color: Cornflower Blue. HEX triplet: 56, 7F and EF. RGB value is (86,127,239). Sum of RGB (Red+Green+Blue) = 86+127+239=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #567FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567FEF is #A98010. Grayscale: #7F7F7F. Windows color (decimal): -11108369 or 15695702. OLE color: 15695702.
HSL color Cylindrical-coordinate representation of color #567FEF: hue angle of 223.92º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #567FEF is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 127 | 239 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.06 |
| HSL | 223.92º | 0.83% | 0.64% | - |
| HSV(B) | 223.92º | 0.64% | 0.94% | - |
| XYZ | 27.01 | 23.39 | 84.75 | - |
| YUV | 127.51 | 190.92 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 239 | 0.64 | 0.47 | 0 | 0.06 | 223.92 | 0.83 | 0.64 |
| Hex | 56 | 7F | EF | 40 | 2F | 0 | 6 | E0 | 53 | 40 |
| Octal | 126 | 177 | 357 | 100 | 57 | 0 | 6 | 340 | 123 | 100 |
| Binary | 1010110 | 1111111 | 11101111 | 1000000 | 101111 | 0 | 110 | 11100000 | 1010011 | 1000000 |
Color Harmonies of #567FEF
Complementary color
Monochromatic Colors of #567FEF
Black with #567FEF
Text Example
Text Example
White with #567FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567FEF; }
p { color: rgb(86,127,239); }
H1.HeaderClassName
{
color: #567FEF;
}
.AnyTagClassName
{
color: #567FEF;
}
</style>
background-color css
<style>
a { background-color: #567FEF; }
a { background-color: rgb(86,127,239); }
div.DivClassName
{
background-color: #567FEF;
}
.BgClassName
{
background-color: #567FEF;
}
</style>
border-color css
<style>
span { border-color: #567FEF; }
span { border-color: rgb(86,127,239); }
td.TdClassName
{
border-color: #567FEF;
}
.TagClassName
{
border-color: #567FEF;
}
</style>