Shades of Cornflower Blue #568CFA
Tints of Cornflower Blue #568CFA
RGB
CMYK
RGB Variations
Color information
#568CFA (or 0x568CFA) is known color: Cornflower Blue. HEX triplet: 56, 8C and FA. RGB value is (86,140,250). Sum of RGB (Red+Green+Blue) = 86+140+250=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #568CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568CFA is #A97305. Grayscale: #878787. Windows color (decimal): -11105030 or 16419926. OLE color: 16419926.
HSL color Cylindrical-coordinate representation of color #568CFA: hue angle of 220.24º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #568CFA is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 140 | 250 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.02 |
| HSL | 220.24º | 0.94% | 0.66% | - |
| HSV(B) | 220.24º | 0.66% | 0.98% | - |
| XYZ | 30.47 | 27.64 | 94.17 | - |
| YUV | 136.39 | 192.11 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 250 | 0.66 | 0.44 | 0 | 0.02 | 220.24 | 0.94 | 0.66 |
| Hex | 56 | 8C | FA | 42 | 2C | 0 | 2 | DC | 5E | 42 |
| Octal | 126 | 214 | 372 | 102 | 54 | 0 | 2 | 334 | 136 | 102 |
| Binary | 1010110 | 10001100 | 11111010 | 1000010 | 101100 | 0 | 10 | 11011100 | 1011110 | 1000010 |
Color Harmonies of #568CFA
Complementary color
Monochromatic Colors of #568CFA
Black with #568CFA
Text Example
Text Example
White with #568CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568CFA; }
p { color: rgb(86,140,250); }
H1.HeaderClassName
{
color: #568CFA;
}
.AnyTagClassName
{
color: #568CFA;
}
</style>
background-color css
<style>
a { background-color: #568CFA; }
a { background-color: rgb(86,140,250); }
div.DivClassName
{
background-color: #568CFA;
}
.BgClassName
{
background-color: #568CFA;
}
</style>
border-color css
<style>
span { border-color: #568CFA; }
span { border-color: rgb(86,140,250); }
td.TdClassName
{
border-color: #568CFA;
}
.TagClassName
{
border-color: #568CFA;
}
</style>