Shades of Cornflower Blue #5683F6
Tints of Cornflower Blue #5683F6
RGB
CMYK
RGB Variations
Color information
#5683F6 (or 0x5683F6) is known color: Cornflower Blue. HEX triplet: 56, 83 and F6. RGB value is (86,131,246). Sum of RGB (Red+Green+Blue) = 86+131+246=463 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.57% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #5683F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5683F6 is #A97C09. Grayscale: #828282. Windows color (decimal): -11107338 or 16155478. OLE color: 16155478.
HSL color Cylindrical-coordinate representation of color #5683F6: hue angle of 223.12º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5683F6 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 131 | 246 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.04 |
| HSL | 223.13º | 0.9% | 0.65% | - |
| HSV(B) | 223.13º | 0.65% | 0.96% | - |
| XYZ | 28.59 | 24.86 | 90.48 | - |
| YUV | 130.66 | 193.09 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 131 | 246 | 0.65 | 0.47 | 0 | 0.04 | 223.13 | 0.9 | 0.65 |
| Hex | 56 | 83 | F6 | 41 | 2F | 0 | 4 | DF | 5A | 41 |
| Octal | 126 | 203 | 366 | 101 | 57 | 0 | 4 | 337 | 132 | 101 |
| Binary | 1010110 | 10000011 | 11110110 | 1000001 | 101111 | 0 | 100 | 11011111 | 1011010 | 1000001 |
Color Harmonies of #5683F6
Complementary color
Monochromatic Colors of #5683F6
Black with #5683F6
Text Example
Text Example
White with #5683F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5683F6; }
p { color: rgb(86,131,246); }
H1.HeaderClassName
{
color: #5683F6;
}
.AnyTagClassName
{
color: #5683F6;
}
</style>
background-color css
<style>
a { background-color: #5683F6; }
a { background-color: rgb(86,131,246); }
div.DivClassName
{
background-color: #5683F6;
}
.BgClassName
{
background-color: #5683F6;
}
</style>
border-color css
<style>
span { border-color: #5683F6; }
span { border-color: rgb(86,131,246); }
td.TdClassName
{
border-color: #5683F6;
}
.TagClassName
{
border-color: #5683F6;
}
</style>