Shades of Cornflower Blue #567CEF
Tints of Cornflower Blue #567CEF
RGB
CMYK
RGB Variations
Color information
#567CEF (or 0x567CEF) is known color: Cornflower Blue. HEX triplet: 56, 7C and EF. RGB value is (86,124,239). Sum of RGB (Red+Green+Blue) = 86+124+239=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #567CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567CEF is #A98310. Grayscale: #7D7D7D. Windows color (decimal): -11109137 or 15694934. OLE color: 15694934.
HSL color Cylindrical-coordinate representation of color #567CEF: hue angle of 225.1º 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 #567CEF is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 124 | 239 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.06 |
| HSL | 225.1º | 0.83% | 0.64% | - |
| HSV(B) | 225.1º | 0.64% | 0.94% | - |
| XYZ | 26.63 | 22.63 | 84.63 | - |
| YUV | 125.75 | 191.91 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 239 | 0.64 | 0.48 | 0 | 0.06 | 225.1 | 0.83 | 0.64 |
| Hex | 56 | 7C | EF | 40 | 30 | 0 | 6 | E1 | 53 | 40 |
| Octal | 126 | 174 | 357 | 100 | 60 | 0 | 6 | 341 | 123 | 100 |
| Binary | 1010110 | 1111100 | 11101111 | 1000000 | 110000 | 0 | 110 | 11100001 | 1010011 | 1000000 |
Color Harmonies of #567CEF
Complementary color
Monochromatic Colors of #567CEF
Black with #567CEF
Text Example
Text Example
White with #567CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CEF; }
p { color: rgb(86,124,239); }
H1.HeaderClassName
{
color: #567CEF;
}
.AnyTagClassName
{
color: #567CEF;
}
</style>
background-color css
<style>
a { background-color: #567CEF; }
a { background-color: rgb(86,124,239); }
div.DivClassName
{
background-color: #567CEF;
}
.BgClassName
{
background-color: #567CEF;
}
</style>
border-color css
<style>
span { border-color: #567CEF; }
span { border-color: rgb(86,124,239); }
td.TdClassName
{
border-color: #567CEF;
}
.TagClassName
{
border-color: #567CEF;
}
</style>