Shades of Cornflower Blue #5682FA
Tints of Cornflower Blue #5682FA
RGB
CMYK
RGB Variations
Color information
#5682FA (or 0x5682FA) is known color: Cornflower Blue. HEX triplet: 56, 82 and FA. RGB value is (86,130,250). Sum of RGB (Red+Green+Blue) = 86+130+250=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #5682FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5682FA is #A97D05. Grayscale: #828282. Windows color (decimal): -11107590 or 16417366. OLE color: 16417366.
HSL color Cylindrical-coordinate representation of color #5682FA: hue angle of 223.9º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5682FA is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 130 | 250 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.02 |
| HSL | 223.9º | 0.94% | 0.66% | - |
| HSV(B) | 223.9º | 0.66% | 0.98% | - |
| XYZ | 29.08 | 24.85 | 93.71 | - |
| YUV | 130.52 | 195.42 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 250 | 0.66 | 0.48 | 0 | 0.02 | 223.9 | 0.94 | 0.66 |
| Hex | 56 | 82 | FA | 42 | 30 | 0 | 2 | E0 | 5E | 42 |
| Octal | 126 | 202 | 372 | 102 | 60 | 0 | 2 | 340 | 136 | 102 |
| Binary | 1010110 | 10000010 | 11111010 | 1000010 | 110000 | 0 | 10 | 11100000 | 1011110 | 1000010 |
Color Harmonies of #5682FA
Complementary color
Monochromatic Colors of #5682FA
Black with #5682FA
Text Example
Text Example
White with #5682FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5682FA; }
p { color: rgb(86,130,250); }
H1.HeaderClassName
{
color: #5682FA;
}
.AnyTagClassName
{
color: #5682FA;
}
</style>
background-color css
<style>
a { background-color: #5682FA; }
a { background-color: rgb(86,130,250); }
div.DivClassName
{
background-color: #5682FA;
}
.BgClassName
{
background-color: #5682FA;
}
</style>
border-color css
<style>
span { border-color: #5682FA; }
span { border-color: rgb(86,130,250); }
td.TdClassName
{
border-color: #5682FA;
}
.TagClassName
{
border-color: #5682FA;
}
</style>