Shades of Cornflower Blue #5682EA
Tints of Cornflower Blue #5682EA
RGB
CMYK
RGB Variations
Color information
#5682EA (or 0x5682EA) is known color: Cornflower Blue. HEX triplet: 56, 82 and EA. RGB value is (86,130,234). Sum of RGB (Red+Green+Blue) = 86+130+234=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #5682EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5682EA is #A97D15. Grayscale: #808080. Windows color (decimal): -11107606 or 15368790. OLE color: 15368790.
HSL color Cylindrical-coordinate representation of color #5682EA: hue angle of 222.16º 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 #5682EA is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 130 | 234 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.08 |
| HSL | 222.16º | 0.78% | 0.63% | - |
| HSV(B) | 222.16º | 0.63% | 0.92% | - |
| XYZ | 26.67 | 23.88 | 81.05 | - |
| YUV | 128.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 234 | 0.63 | 0.44 | 0 | 0.08 | 222.16 | 0.78 | 0.63 |
| Hex | 56 | 82 | EA | 3F | 2C | 0 | 8 | DE | 4E | 3F |
| Octal | 126 | 202 | 352 | 77 | 54 | 0 | 10 | 336 | 116 | 77 |
| Binary | 1010110 | 10000010 | 11101010 | 111111 | 101100 | 0 | 1000 | 11011110 | 1001110 | 111111 |
Color Harmonies of #5682EA
Complementary color
Monochromatic Colors of #5682EA
Black with #5682EA
Text Example
Text Example
White with #5682EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5682EA; }
p { color: rgb(86,130,234); }
H1.HeaderClassName
{
color: #5682EA;
}
.AnyTagClassName
{
color: #5682EA;
}
</style>
background-color css
<style>
a { background-color: #5682EA; }
a { background-color: rgb(86,130,234); }
div.DivClassName
{
background-color: #5682EA;
}
.BgClassName
{
background-color: #5682EA;
}
</style>
border-color css
<style>
span { border-color: #5682EA; }
span { border-color: rgb(86,130,234); }
td.TdClassName
{
border-color: #5682EA;
}
.TagClassName
{
border-color: #5682EA;
}
</style>