Shades of Cornflower Blue #568BE5
Tints of Cornflower Blue #568BE5
RGB
CMYK
RGB Variations
Color information
#568BE5 (or 0x568BE5) is known color: Cornflower Blue. HEX triplet: 56, 8B and E5. RGB value is (86,139,229). Sum of RGB (Red+Green+Blue) = 86+139+229=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #568BE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BE5 is #A9741A. Grayscale: #858585. Windows color (decimal): -11105307 or 15043414. OLE color: 15043414.
HSL color Cylindrical-coordinate representation of color #568BE5: hue angle of 217.76º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #568BE5 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 139 | 229 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.10 |
| HSL | 217.76º | 0.73% | 0.62% | - |
| HSV(B) | 217.76º | 0.62% | 0.9% | - |
| XYZ | 27.21 | 26.1 | 77.73 | - |
| YUV | 133.41 | 181.94 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 229 | 0.62 | 0.39 | 0 | 0.10 | 217.76 | 0.73 | 0.62 |
| Hex | 56 | 8B | E5 | 3E | 27 | 0 | A | DA | 49 | 3E |
| Octal | 126 | 213 | 345 | 76 | 47 | 0 | 12 | 332 | 111 | 76 |
| Binary | 1010110 | 10001011 | 11100101 | 111110 | 100111 | 0 | 1010 | 11011010 | 1001001 | 111110 |
Color Harmonies of #568BE5
Complementary color
Monochromatic Colors of #568BE5
Black with #568BE5
Text Example
Text Example
White with #568BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568BE5; }
p { color: rgb(86,139,229); }
H1.HeaderClassName
{
color: #568BE5;
}
.AnyTagClassName
{
color: #568BE5;
}
</style>
background-color css
<style>
a { background-color: #568BE5; }
a { background-color: rgb(86,139,229); }
div.DivClassName
{
background-color: #568BE5;
}
.BgClassName
{
background-color: #568BE5;
}
</style>
border-color css
<style>
span { border-color: #568BE5; }
span { border-color: rgb(86,139,229); }
td.TdClassName
{
border-color: #568BE5;
}
.TagClassName
{
border-color: #568BE5;
}
</style>