Shades of Cornflower Blue #558AF4
Tints of Cornflower Blue #558AF4
RGB
CMYK
RGB Variations
Color information
#558AF4 (or 0x558AF4) is known color: Cornflower Blue. HEX triplet: 55, 8A and F4. RGB value is (85,138,244). Sum of RGB (Red+Green+Blue) = 85+138+244=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #558AF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AF4 is #AA750B. Grayscale: #858585. Windows color (decimal): -11171084 or 16026197. OLE color: 16026197.
HSL color Cylindrical-coordinate representation of color #558AF4: hue angle of 220º 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 #558AF4 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 138 | 244 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.04 |
| HSL | 220º | 0.88% | 0.65% | - |
| HSV(B) | 220º | 0.65% | 0.96% | - |
| XYZ | 29.16 | 26.64 | 89.19 | - |
| YUV | 134.24 | 189.94 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 244 | 0.65 | 0.43 | 0 | 0.04 | 220 | 0.88 | 0.65 |
| Hex | 55 | 8A | F4 | 41 | 2B | 0 | 4 | DC | 58 | 41 |
| Octal | 125 | 212 | 364 | 101 | 53 | 0 | 4 | 334 | 130 | 101 |
| Binary | 1010101 | 10001010 | 11110100 | 1000001 | 101011 | 0 | 100 | 11011100 | 1011000 | 1000001 |
Color Harmonies of #558AF4
Complementary color
Monochromatic Colors of #558AF4
Black with #558AF4
Text Example
Text Example
White with #558AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AF4; }
p { color: rgb(85,138,244); }
H1.HeaderClassName
{
color: #558AF4;
}
.AnyTagClassName
{
color: #558AF4;
}
</style>
background-color css
<style>
a { background-color: #558AF4; }
a { background-color: rgb(85,138,244); }
div.DivClassName
{
background-color: #558AF4;
}
.BgClassName
{
background-color: #558AF4;
}
</style>
border-color css
<style>
span { border-color: #558AF4; }
span { border-color: rgb(85,138,244); }
td.TdClassName
{
border-color: #558AF4;
}
.TagClassName
{
border-color: #558AF4;
}
</style>