Shades of Cornflower Blue #5684FE
Tints of Cornflower Blue #5684FE
RGB
CMYK
RGB Variations
Color information
#5684FE (or 0x5684FE) is known color: Cornflower Blue. HEX triplet: 56, 84 and FE. RGB value is (86,132,254). Sum of RGB (Red+Green+Blue) = 86+132+254=472 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.22% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #5684FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5684FE is #A97B01. Grayscale: #838383. Windows color (decimal): -11107074 or 16680022. OLE color: 16680022.
HSL color Cylindrical-coordinate representation of color #5684FE: hue angle of 223.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5684FE is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 132 | 254 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.00 |
| HSL | 223.57º | 0.99% | 0.67% | - |
| HSV(B) | 223.57º | 0.66% | 1% | - |
| XYZ | 29.98 | 25.64 | 97.13 | - |
| YUV | 132.15 | 196.76 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 132 | 254 | 0.66 | 0.48 | 0 | 0.00 | 223.57 | 0.99 | 0.67 |
| Hex | 56 | 84 | FE | 42 | 30 | 0 | 0 | E0 | 63 | 43 |
| Octal | 126 | 204 | 376 | 102 | 60 | 0 | 0 | 340 | 143 | 103 |
| Binary | 1010110 | 10000100 | 11111110 | 1000010 | 110000 | 0 | 0 | 11100000 | 1100011 | 1000011 |
Color Harmonies of #5684FE
Complementary color
Monochromatic Colors of #5684FE
Black with #5684FE
Text Example
Text Example
White with #5684FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5684FE; }
p { color: rgb(86,132,254); }
H1.HeaderClassName
{
color: #5684FE;
}
.AnyTagClassName
{
color: #5684FE;
}
</style>
background-color css
<style>
a { background-color: #5684FE; }
a { background-color: rgb(86,132,254); }
div.DivClassName
{
background-color: #5684FE;
}
.BgClassName
{
background-color: #5684FE;
}
</style>
border-color css
<style>
span { border-color: #5684FE; }
span { border-color: rgb(86,132,254); }
td.TdClassName
{
border-color: #5684FE;
}
.TagClassName
{
border-color: #5684FE;
}
</style>