Shades of Cornflower Blue #558CF4
Tints of Cornflower Blue #558CF4
RGB
CMYK
RGB Variations
Color information
#558CF4 (or 0x558CF4) is known color: Cornflower Blue. HEX triplet: 55, 8C and F4. RGB value is (85,140,244). Sum of RGB (Red+Green+Blue) = 85+140+244=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 244 (95.70% from 255 or 52.03% from 469); Max value from RGB is 244 - color contains mainly: blue. Hex color #558CF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558CF4 is #AA730B. Grayscale: #868686. Windows color (decimal): -11170572 or 16026709. OLE color: 16026709.
HSL color Cylindrical-coordinate representation of color #558CF4: hue angle of 219.25º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #558CF4 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 140 | 244 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.04 |
| HSL | 219.25º | 0.88% | 0.65% | - |
| HSV(B) | 219.25º | 0.65% | 0.96% | - |
| XYZ | 29.45 | 27.22 | 89.29 | - |
| YUV | 135.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 244 | 0.65 | 0.43 | 0 | 0.04 | 219.25 | 0.88 | 0.65 |
| Hex | 55 | 8C | F4 | 41 | 2B | 0 | 4 | DB | 58 | 41 |
| Octal | 125 | 214 | 364 | 101 | 53 | 0 | 4 | 333 | 130 | 101 |
| Binary | 1010101 | 10001100 | 11110100 | 1000001 | 101011 | 0 | 100 | 11011011 | 1011000 | 1000001 |
Color Harmonies of #558CF4
Complementary color
Monochromatic Colors of #558CF4
Black with #558CF4
Text Example
Text Example
White with #558CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CF4; }
p { color: rgb(85,140,244); }
H1.HeaderClassName
{
color: #558CF4;
}
.AnyTagClassName
{
color: #558CF4;
}
</style>
background-color css
<style>
a { background-color: #558CF4; }
a { background-color: rgb(85,140,244); }
div.DivClassName
{
background-color: #558CF4;
}
.BgClassName
{
background-color: #558CF4;
}
</style>
border-color css
<style>
span { border-color: #558CF4; }
span { border-color: rgb(85,140,244); }
td.TdClassName
{
border-color: #558CF4;
}
.TagClassName
{
border-color: #558CF4;
}
</style>