Shades of Cornflower Blue #558DF7
Tints of Cornflower Blue #558DF7
RGB
CMYK
RGB Variations
Color information
#558DF7 (or 0x558DF7) is known color: Cornflower Blue. HEX triplet: 55, 8D and F7. RGB value is (85,141,247). Sum of RGB (Red+Green+Blue) = 85+141+247=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #558DF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558DF7 is #AA7208. Grayscale: #878787. Windows color (decimal): -11170313 or 16223573. OLE color: 16223573.
HSL color Cylindrical-coordinate representation of color #558DF7: hue angle of 219.26º 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 #558DF7 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 141 | 247 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.03 |
| HSL | 219.26º | 0.91% | 0.65% | - |
| HSV(B) | 219.26º | 0.66% | 0.97% | - |
| XYZ | 30.06 | 27.7 | 91.76 | - |
| YUV | 136.34 | 190.45 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 247 | 0.66 | 0.43 | 0 | 0.03 | 219.26 | 0.91 | 0.65 |
| Hex | 55 | 8D | F7 | 42 | 2B | 0 | 3 | DB | 5B | 41 |
| Octal | 125 | 215 | 367 | 102 | 53 | 0 | 3 | 333 | 133 | 101 |
| Binary | 1010101 | 10001101 | 11110111 | 1000010 | 101011 | 0 | 11 | 11011011 | 1011011 | 1000001 |
Color Harmonies of #558DF7
Complementary color
Monochromatic Colors of #558DF7
Black with #558DF7
Text Example
Text Example
White with #558DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DF7; }
p { color: rgb(85,141,247); }
H1.HeaderClassName
{
color: #558DF7;
}
.AnyTagClassName
{
color: #558DF7;
}
</style>
background-color css
<style>
a { background-color: #558DF7; }
a { background-color: rgb(85,141,247); }
div.DivClassName
{
background-color: #558DF7;
}
.BgClassName
{
background-color: #558DF7;
}
</style>
border-color css
<style>
span { border-color: #558DF7; }
span { border-color: rgb(85,141,247); }
td.TdClassName
{
border-color: #558DF7;
}
.TagClassName
{
border-color: #558DF7;
}
</style>