Shades of Cornflower Blue #5694DE
Tints of Cornflower Blue #5694DE
RGB
CMYK
RGB Variations
Color information
#5694DE (or 0x5694DE) is known color: Cornflower Blue. HEX triplet: 56, 94 and DE. RGB value is (86,148,222). Sum of RGB (Red+Green+Blue) = 86+148+222=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #5694DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5694DE is #A96B21. Grayscale: #898989. Windows color (decimal): -11103010 or 14586966. OLE color: 14586966.
HSL color Cylindrical-coordinate representation of color #5694DE: hue angle of 212.65º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5694DE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 148 | 222 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.13 |
| HSL | 212.65º | 0.67% | 0.6% | - |
| HSV(B) | 212.65º | 0.61% | 0.87% | - |
| XYZ | 27.61 | 28.43 | 73.14 | - |
| YUV | 137.9 | 175.46 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 148 | 222 | 0.61 | 0.33 | 0 | 0.13 | 212.65 | 0.67 | 0.6 |
| Hex | 56 | 94 | DE | 3D | 21 | 0 | D | D5 | 43 | 3C |
| Octal | 126 | 224 | 336 | 75 | 41 | 0 | 15 | 325 | 103 | 74 |
| Binary | 1010110 | 10010100 | 11011110 | 111101 | 100001 | 0 | 1101 | 11010101 | 1000011 | 111100 |
Color Harmonies of #5694DE
Complementary color
Monochromatic Colors of #5694DE
Black with #5694DE
Text Example
Text Example
White with #5694DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5694DE; }
p { color: rgb(86,148,222); }
H1.HeaderClassName
{
color: #5694DE;
}
.AnyTagClassName
{
color: #5694DE;
}
</style>
background-color css
<style>
a { background-color: #5694DE; }
a { background-color: rgb(86,148,222); }
div.DivClassName
{
background-color: #5694DE;
}
.BgClassName
{
background-color: #5694DE;
}
</style>
border-color css
<style>
span { border-color: #5694DE; }
span { border-color: rgb(86,148,222); }
td.TdClassName
{
border-color: #5694DE;
}
.TagClassName
{
border-color: #5694DE;
}
</style>