Shades of Cornflower Blue #5696FB
Tints of Cornflower Blue #5696FB
RGB
CMYK
RGB Variations
Color information
#5696FB (or 0x5696FB) is known color: Cornflower Blue. HEX triplet: 56, 96 and FB. RGB value is (86,150,251). Sum of RGB (Red+Green+Blue) = 86+150+251=487 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.66% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #5696FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5696FB is #A96904. Grayscale: #8D8D8D. Windows color (decimal): -11102469 or 16488022. OLE color: 16488022.
HSL color Cylindrical-coordinate representation of color #5696FB: hue angle of 216.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 #5696FB is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 150 | 251 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.02 |
| HSL | 216.73º | 0.95% | 0.66% | - |
| HSV(B) | 216.73º | 0.66% | 0.98% | - |
| XYZ | 32.16 | 30.76 | 95.51 | - |
| YUV | 142.38 | 189.3 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 251 | 0.66 | 0.40 | 0 | 0.02 | 216.73 | 0.95 | 0.66 |
| Hex | 56 | 96 | FB | 42 | 28 | 0 | 2 | D9 | 5F | 42 |
| Octal | 126 | 226 | 373 | 102 | 50 | 0 | 2 | 331 | 137 | 102 |
| Binary | 1010110 | 10010110 | 11111011 | 1000010 | 101000 | 0 | 10 | 11011001 | 1011111 | 1000010 |
Color Harmonies of #5696FB
Complementary color
Monochromatic Colors of #5696FB
Black with #5696FB
Text Example
Text Example
White with #5696FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5696FB; }
p { color: rgb(86,150,251); }
H1.HeaderClassName
{
color: #5696FB;
}
.AnyTagClassName
{
color: #5696FB;
}
</style>
background-color css
<style>
a { background-color: #5696FB; }
a { background-color: rgb(86,150,251); }
div.DivClassName
{
background-color: #5696FB;
}
.BgClassName
{
background-color: #5696FB;
}
</style>
border-color css
<style>
span { border-color: #5696FB; }
span { border-color: rgb(86,150,251); }
td.TdClassName
{
border-color: #5696FB;
}
.TagClassName
{
border-color: #5696FB;
}
</style>