Shades of Cornflower Blue #5699EA
Tints of Cornflower Blue #5699EA
RGB
CMYK
RGB Variations
Color information
#5699EA (or 0x5699EA) is known color: Cornflower Blue. HEX triplet: 56, 99 and EA. RGB value is (86,153,234). Sum of RGB (Red+Green+Blue) = 86+153+234=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #5699EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5699EA is #A96615. Grayscale: #8D8D8D. Windows color (decimal): -11101718 or 15374678. OLE color: 15374678.
HSL color Cylindrical-coordinate representation of color #5699EA: hue angle of 212.84º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5699EA is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 153 | 234 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.08 |
| HSL | 212.84º | 0.78% | 0.63% | - |
| HSV(B) | 212.84º | 0.63% | 0.92% | - |
| XYZ | 30.08 | 30.7 | 82.18 | - |
| YUV | 142.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 234 | 0.63 | 0.35 | 0 | 0.08 | 212.84 | 0.78 | 0.63 |
| Hex | 56 | 99 | EA | 3F | 23 | 0 | 8 | D5 | 4E | 3F |
| Octal | 126 | 231 | 352 | 77 | 43 | 0 | 10 | 325 | 116 | 77 |
| Binary | 1010110 | 10011001 | 11101010 | 111111 | 100011 | 0 | 1000 | 11010101 | 1001110 | 111111 |
Color Harmonies of #5699EA
Complementary color
Monochromatic Colors of #5699EA
Black with #5699EA
Text Example
Text Example
White with #5699EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5699EA; }
p { color: rgb(86,153,234); }
H1.HeaderClassName
{
color: #5699EA;
}
.AnyTagClassName
{
color: #5699EA;
}
</style>
background-color css
<style>
a { background-color: #5699EA; }
a { background-color: rgb(86,153,234); }
div.DivClassName
{
background-color: #5699EA;
}
.BgClassName
{
background-color: #5699EA;
}
</style>
border-color css
<style>
span { border-color: #5699EA; }
span { border-color: rgb(86,153,234); }
td.TdClassName
{
border-color: #5699EA;
}
.TagClassName
{
border-color: #5699EA;
}
</style>