Shades of Cornflower Blue #568FE7
Tints of Cornflower Blue #568FE7
RGB
CMYK
RGB Variations
Color information
#568FE7 (or 0x568FE7) is known color: Cornflower Blue. HEX triplet: 56, 8F and E7. RGB value is (86,143,231). Sum of RGB (Red+Green+Blue) = 86+143+231=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 231 (90.62% from 255 or 50.22% from 460); Max value from RGB is 231 - color contains mainly: blue. Hex color #568FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568FE7 is #A97018. Grayscale: #878787. Windows color (decimal): -11104281 or 15175510. OLE color: 15175510.
HSL color Cylindrical-coordinate representation of color #568FE7: hue angle of 216.41º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #568FE7 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 143 | 231 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.09 |
| HSL | 216.41º | 0.75% | 0.62% | - |
| HSV(B) | 216.41º | 0.63% | 0.91% | - |
| XYZ | 28.08 | 27.39 | 79.41 | - |
| YUV | 135.99 | 181.62 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 231 | 0.63 | 0.38 | 0 | 0.09 | 216.41 | 0.75 | 0.62 |
| Hex | 56 | 8F | E7 | 3F | 26 | 0 | 9 | D8 | 4B | 3E |
| Octal | 126 | 217 | 347 | 77 | 46 | 0 | 11 | 330 | 113 | 76 |
| Binary | 1010110 | 10001111 | 11100111 | 111111 | 100110 | 0 | 1001 | 11011000 | 1001011 | 111110 |
Color Harmonies of #568FE7
Complementary color
Monochromatic Colors of #568FE7
Black with #568FE7
Text Example
Text Example
White with #568FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568FE7; }
p { color: rgb(86,143,231); }
H1.HeaderClassName
{
color: #568FE7;
}
.AnyTagClassName
{
color: #568FE7;
}
</style>
background-color css
<style>
a { background-color: #568FE7; }
a { background-color: rgb(86,143,231); }
div.DivClassName
{
background-color: #568FE7;
}
.BgClassName
{
background-color: #568FE7;
}
</style>
border-color css
<style>
span { border-color: #568FE7; }
span { border-color: rgb(86,143,231); }
td.TdClassName
{
border-color: #568FE7;
}
.TagClassName
{
border-color: #568FE7;
}
</style>