Shades of Cornflower Blue #5694F8
Tints of Cornflower Blue #5694F8
RGB
CMYK
RGB Variations
Color information
#5694F8 (or 0x5694F8) is known color: Cornflower Blue. HEX triplet: 56, 94 and F8. RGB value is (86,148,248). Sum of RGB (Red+Green+Blue) = 86+148+248=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #5694F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5694F8 is #A96B07. Grayscale: #8C8C8C. Windows color (decimal): -11102984 or 16290902. OLE color: 16290902.
HSL color Cylindrical-coordinate representation of color #5694F8: hue angle of 217.04º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5694F8 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 148 | 248 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.03 |
| HSL | 217.04º | 0.92% | 0.65% | - |
| HSV(B) | 217.04º | 0.65% | 0.97% | - |
| XYZ | 31.37 | 29.94 | 92.93 | - |
| YUV | 140.86 | 188.46 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 148 | 248 | 0.65 | 0.40 | 0 | 0.03 | 217.04 | 0.92 | 0.65 |
| Hex | 56 | 94 | F8 | 41 | 28 | 0 | 3 | D9 | 5C | 41 |
| Octal | 126 | 224 | 370 | 101 | 50 | 0 | 3 | 331 | 134 | 101 |
| Binary | 1010110 | 10010100 | 11111000 | 1000001 | 101000 | 0 | 11 | 11011001 | 1011100 | 1000001 |
Color Harmonies of #5694F8
Complementary color
Monochromatic Colors of #5694F8
Black with #5694F8
Text Example
Text Example
White with #5694F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5694F8; }
p { color: rgb(86,148,248); }
H1.HeaderClassName
{
color: #5694F8;
}
.AnyTagClassName
{
color: #5694F8;
}
</style>
background-color css
<style>
a { background-color: #5694F8; }
a { background-color: rgb(86,148,248); }
div.DivClassName
{
background-color: #5694F8;
}
.BgClassName
{
background-color: #5694F8;
}
</style>
border-color css
<style>
span { border-color: #5694F8; }
span { border-color: rgb(86,148,248); }
td.TdClassName
{
border-color: #5694F8;
}
.TagClassName
{
border-color: #5694F8;
}
</style>