Shades of Cornflower Blue #558DF4
Tints of Cornflower Blue #558DF4
RGB
CMYK
RGB Variations
Color information
#558DF4 (or 0x558DF4) is known color: Cornflower Blue. HEX triplet: 55, 8D and F4. RGB value is (85,141,244). Sum of RGB (Red+Green+Blue) = 85+141+244=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 244 (95.70% from 255 or 51.91% from 470); Max value from RGB is 244 - color contains mainly: blue. Hex color #558DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558DF4 is #AA720B. Grayscale: #878787. Windows color (decimal): -11170316 or 16026965. OLE color: 16026965.
HSL color Cylindrical-coordinate representation of color #558DF4: hue angle of 218.87º 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 #558DF4 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 141 | 244 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.04 |
| HSL | 218.87º | 0.88% | 0.65% | - |
| HSV(B) | 218.87º | 0.65% | 0.96% | - |
| XYZ | 29.6 | 27.51 | 89.34 | - |
| YUV | 136 | 188.95 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 244 | 0.65 | 0.42 | 0 | 0.04 | 218.87 | 0.88 | 0.65 |
| Hex | 55 | 8D | F4 | 41 | 2A | 0 | 4 | DB | 58 | 41 |
| Octal | 125 | 215 | 364 | 101 | 52 | 0 | 4 | 333 | 130 | 101 |
| Binary | 1010101 | 10001101 | 11110100 | 1000001 | 101010 | 0 | 100 | 11011011 | 1011000 | 1000001 |
Color Harmonies of #558DF4
Complementary color
Monochromatic Colors of #558DF4
Black with #558DF4
Text Example
Text Example
White with #558DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DF4; }
p { color: rgb(85,141,244); }
H1.HeaderClassName
{
color: #558DF4;
}
.AnyTagClassName
{
color: #558DF4;
}
</style>
background-color css
<style>
a { background-color: #558DF4; }
a { background-color: rgb(85,141,244); }
div.DivClassName
{
background-color: #558DF4;
}
.BgClassName
{
background-color: #558DF4;
}
</style>
border-color css
<style>
span { border-color: #558DF4; }
span { border-color: rgb(85,141,244); }
td.TdClassName
{
border-color: #558DF4;
}
.TagClassName
{
border-color: #558DF4;
}
</style>