Shades of Cornflower Blue #5682DD
Tints of Cornflower Blue #5682DD
RGB
CMYK
RGB Variations
Color information
#5682DD (or 0x5682DD) is known color: Cornflower Blue. HEX triplet: 56, 82 and DD. RGB value is (86,130,221). Sum of RGB (Red+Green+Blue) = 86+130+221=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #5682DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5682DD is #A97D22. Grayscale: #7E7E7E. Windows color (decimal): -11107619 or 14516822. OLE color: 14516822.
HSL color Cylindrical-coordinate representation of color #5682DD: hue angle of 220.44º 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 #5682DD is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 130 | 221 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.13 |
| HSL | 220.44º | 0.67% | 0.6% | - |
| HSV(B) | 220.44º | 0.61% | 0.87% | - |
| XYZ | 24.87 | 23.16 | 71.57 | - |
| YUV | 127.22 | 180.92 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 221 | 0.61 | 0.41 | 0 | 0.13 | 220.44 | 0.67 | 0.6 |
| Hex | 56 | 82 | DD | 3D | 29 | 0 | D | DC | 43 | 3C |
| Octal | 126 | 202 | 335 | 75 | 51 | 0 | 15 | 334 | 103 | 74 |
| Binary | 1010110 | 10000010 | 11011101 | 111101 | 101001 | 0 | 1101 | 11011100 | 1000011 | 111100 |
Color Harmonies of #5682DD
Complementary color
Monochromatic Colors of #5682DD
Black with #5682DD
Text Example
Text Example
White with #5682DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5682DD; }
p { color: rgb(86,130,221); }
H1.HeaderClassName
{
color: #5682DD;
}
.AnyTagClassName
{
color: #5682DD;
}
</style>
background-color css
<style>
a { background-color: #5682DD; }
a { background-color: rgb(86,130,221); }
div.DivClassName
{
background-color: #5682DD;
}
.BgClassName
{
background-color: #5682DD;
}
</style>
border-color css
<style>
span { border-color: #5682DD; }
span { border-color: rgb(86,130,221); }
td.TdClassName
{
border-color: #5682DD;
}
.TagClassName
{
border-color: #5682DD;
}
</style>