Shades of Cornflower Blue #568BFB
Tints of Cornflower Blue #568BFB
RGB
CMYK
RGB Variations
Color information
#568BFB (or 0x568BFB) is known color: Cornflower Blue. HEX triplet: 56, 8B and FB. RGB value is (86,139,251). Sum of RGB (Red+Green+Blue) = 86+139+251=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #568BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568BFB is #A97404. Grayscale: #878787. Windows color (decimal): -11105285 or 16485206. OLE color: 16485206.
HSL color Cylindrical-coordinate representation of color #568BFB: hue angle of 220.73º degrees, saturation: 0.95, 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 #568BFB is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 139 | 251 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.02 |
| HSL | 220.73º | 0.95% | 0.66% | - |
| HSV(B) | 220.73º | 0.66% | 0.98% | - |
| XYZ | 30.48 | 27.41 | 94.95 | - |
| YUV | 135.92 | 192.94 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 251 | 0.66 | 0.45 | 0 | 0.02 | 220.73 | 0.95 | 0.66 |
| Hex | 56 | 8B | FB | 42 | 2D | 0 | 2 | DD | 5F | 42 |
| Octal | 126 | 213 | 373 | 102 | 55 | 0 | 2 | 335 | 137 | 102 |
| Binary | 1010110 | 10001011 | 11111011 | 1000010 | 101101 | 0 | 10 | 11011101 | 1011111 | 1000010 |
Color Harmonies of #568BFB
Complementary color
Monochromatic Colors of #568BFB
Black with #568BFB
Text Example
Text Example
White with #568BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568BFB; }
p { color: rgb(86,139,251); }
H1.HeaderClassName
{
color: #568BFB;
}
.AnyTagClassName
{
color: #568BFB;
}
</style>
background-color css
<style>
a { background-color: #568BFB; }
a { background-color: rgb(86,139,251); }
div.DivClassName
{
background-color: #568BFB;
}
.BgClassName
{
background-color: #568BFB;
}
</style>
border-color css
<style>
span { border-color: #568BFB; }
span { border-color: rgb(86,139,251); }
td.TdClassName
{
border-color: #568BFB;
}
.TagClassName
{
border-color: #568BFB;
}
</style>