Shades of Cornflower Blue #568FF1
Tints of Cornflower Blue #568FF1
RGB
CMYK
RGB Variations
Color information
#568FF1 (or 0x568FF1) is known color: Cornflower Blue. HEX triplet: 56, 8F and F1. RGB value is (86,143,241). Sum of RGB (Red+Green+Blue) = 86+143+241=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #568FF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568FF1 is #A9700E. Grayscale: #888888. Windows color (decimal): -11104271 or 15830870. OLE color: 15830870.
HSL color Cylindrical-coordinate representation of color #568FF1: hue angle of 217.94º degrees, saturation: 0.85, 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 #568FF1 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 143 | 241 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.05 |
| HSL | 217.94º | 0.85% | 0.64% | - |
| HSV(B) | 217.94º | 0.64% | 0.95% | - |
| XYZ | 29.54 | 27.97 | 87.06 | - |
| YUV | 137.13 | 186.62 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 241 | 0.64 | 0.41 | 0 | 0.05 | 217.94 | 0.85 | 0.64 |
| Hex | 56 | 8F | F1 | 40 | 29 | 0 | 5 | DA | 55 | 40 |
| Octal | 126 | 217 | 361 | 100 | 51 | 0 | 5 | 332 | 125 | 100 |
| Binary | 1010110 | 10001111 | 11110001 | 1000000 | 101001 | 0 | 101 | 11011010 | 1010101 | 1000000 |
Color Harmonies of #568FF1
Complementary color
Monochromatic Colors of #568FF1
Black with #568FF1
Text Example
Text Example
White with #568FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568FF1; }
p { color: rgb(86,143,241); }
H1.HeaderClassName
{
color: #568FF1;
}
.AnyTagClassName
{
color: #568FF1;
}
</style>
background-color css
<style>
a { background-color: #568FF1; }
a { background-color: rgb(86,143,241); }
div.DivClassName
{
background-color: #568FF1;
}
.BgClassName
{
background-color: #568FF1;
}
</style>
border-color css
<style>
span { border-color: #568FF1; }
span { border-color: rgb(86,143,241); }
td.TdClassName
{
border-color: #568FF1;
}
.TagClassName
{
border-color: #568FF1;
}
</style>