Shades of Cornflower Blue #5582F7
Tints of Cornflower Blue #5582F7
RGB
CMYK
RGB Variations
Color information
#5582F7 (or 0x5582F7) is known color: Cornflower Blue. HEX triplet: 55, 82 and F7. RGB value is (85,130,247). Sum of RGB (Red+Green+Blue) = 85+130+247=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #5582F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5582F7 is #AA7D08. Grayscale: #818181. Windows color (decimal): -11173129 or 16220757. OLE color: 16220757.
HSL color Cylindrical-coordinate representation of color #5582F7: hue angle of 223.33º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5582F7 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 130 | 247 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.03 |
| HSL | 223.33º | 0.91% | 0.65% | - |
| HSV(B) | 223.33º | 0.66% | 0.97% | - |
| XYZ | 28.52 | 24.61 | 91.24 | - |
| YUV | 129.88 | 194.09 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 247 | 0.66 | 0.47 | 0 | 0.03 | 223.33 | 0.91 | 0.65 |
| Hex | 55 | 82 | F7 | 42 | 2F | 0 | 3 | DF | 5B | 41 |
| Octal | 125 | 202 | 367 | 102 | 57 | 0 | 3 | 337 | 133 | 101 |
| Binary | 1010101 | 10000010 | 11110111 | 1000010 | 101111 | 0 | 11 | 11011111 | 1011011 | 1000001 |
Color Harmonies of #5582F7
Complementary color
Monochromatic Colors of #5582F7
Black with #5582F7
Text Example
Text Example
White with #5582F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5582F7; }
p { color: rgb(85,130,247); }
H1.HeaderClassName
{
color: #5582F7;
}
.AnyTagClassName
{
color: #5582F7;
}
</style>
background-color css
<style>
a { background-color: #5582F7; }
a { background-color: rgb(85,130,247); }
div.DivClassName
{
background-color: #5582F7;
}
.BgClassName
{
background-color: #5582F7;
}
</style>
border-color css
<style>
span { border-color: #5582F7; }
span { border-color: rgb(85,130,247); }
td.TdClassName
{
border-color: #5582F7;
}
.TagClassName
{
border-color: #5582F7;
}
</style>