Shades of Cornflower Blue #567FE6
Tints of Cornflower Blue #567FE6
RGB
CMYK
RGB Variations
Color information
#567FE6 (or 0x567FE6) is known color: Cornflower Blue. HEX triplet: 56, 7F and E6. RGB value is (86,127,230). Sum of RGB (Red+Green+Blue) = 86+127+230=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #567FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567FE6 is #A98019. Grayscale: #7E7E7E. Windows color (decimal): -11108378 or 15105878. OLE color: 15105878.
HSL color Cylindrical-coordinate representation of color #567FE6: hue angle of 222.92º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #567FE6 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 127 | 230 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.10 |
| HSL | 222.92º | 0.74% | 0.62% | - |
| HSV(B) | 222.92º | 0.63% | 0.9% | - |
| XYZ | 25.71 | 22.87 | 77.92 | - |
| YUV | 126.48 | 186.42 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 230 | 0.63 | 0.45 | 0 | 0.10 | 222.92 | 0.74 | 0.62 |
| Hex | 56 | 7F | E6 | 3F | 2D | 0 | A | DF | 4A | 3E |
| Octal | 126 | 177 | 346 | 77 | 55 | 0 | 12 | 337 | 112 | 76 |
| Binary | 1010110 | 1111111 | 11100110 | 111111 | 101101 | 0 | 1010 | 11011111 | 1001010 | 111110 |
Color Harmonies of #567FE6
Complementary color
Monochromatic Colors of #567FE6
Black with #567FE6
Text Example
Text Example
White with #567FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567FE6; }
p { color: rgb(86,127,230); }
H1.HeaderClassName
{
color: #567FE6;
}
.AnyTagClassName
{
color: #567FE6;
}
</style>
background-color css
<style>
a { background-color: #567FE6; }
a { background-color: rgb(86,127,230); }
div.DivClassName
{
background-color: #567FE6;
}
.BgClassName
{
background-color: #567FE6;
}
</style>
border-color css
<style>
span { border-color: #567FE6; }
span { border-color: rgb(86,127,230); }
td.TdClassName
{
border-color: #567FE6;
}
.TagClassName
{
border-color: #567FE6;
}
</style>