Shades of Cornflower Blue #568AF2
Tints of Cornflower Blue #568AF2
RGB
CMYK
RGB Variations
Color information
#568AF2 (or 0x568AF2) is known color: Cornflower Blue. HEX triplet: 56, 8A and F2. RGB value is (86,138,242). Sum of RGB (Red+Green+Blue) = 86+138+242=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #568AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568AF2 is #A9750D. Grayscale: #858585. Windows color (decimal): -11105550 or 15895126. OLE color: 15895126.
HSL color Cylindrical-coordinate representation of color #568AF2: hue angle of 220º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #568AF2 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 138 | 242 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.05 |
| HSL | 220º | 0.86% | 0.64% | - |
| HSV(B) | 220º | 0.64% | 0.95% | - |
| XYZ | 28.95 | 26.57 | 87.61 | - |
| YUV | 134.31 | 188.77 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 242 | 0.64 | 0.43 | 0 | 0.05 | 220 | 0.86 | 0.64 |
| Hex | 56 | 8A | F2 | 40 | 2B | 0 | 5 | DC | 56 | 40 |
| Octal | 126 | 212 | 362 | 100 | 53 | 0 | 5 | 334 | 126 | 100 |
| Binary | 1010110 | 10001010 | 11110010 | 1000000 | 101011 | 0 | 101 | 11011100 | 1010110 | 1000000 |
Color Harmonies of #568AF2
Complementary color
Monochromatic Colors of #568AF2
Black with #568AF2
Text Example
Text Example
White with #568AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568AF2; }
p { color: rgb(86,138,242); }
H1.HeaderClassName
{
color: #568AF2;
}
.AnyTagClassName
{
color: #568AF2;
}
</style>
background-color css
<style>
a { background-color: #568AF2; }
a { background-color: rgb(86,138,242); }
div.DivClassName
{
background-color: #568AF2;
}
.BgClassName
{
background-color: #568AF2;
}
</style>
border-color css
<style>
span { border-color: #568AF2; }
span { border-color: rgb(86,138,242); }
td.TdClassName
{
border-color: #568AF2;
}
.TagClassName
{
border-color: #568AF2;
}
</style>