Shades of Cornflower Blue #558AF2
Tints of Cornflower Blue #558AF2
RGB
CMYK
RGB Variations
Color information
#558AF2 (or 0x558AF2) is known color: Cornflower Blue. HEX triplet: 55, 8A and F2. RGB value is (85,138,242). Sum of RGB (Red+Green+Blue) = 85+138+242=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #558AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AF2 is #AA750D. Grayscale: #858585. Windows color (decimal): -11171086 or 15895125. OLE color: 15895125.
HSL color Cylindrical-coordinate representation of color #558AF2: hue angle of 219.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #558AF2 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 138 | 242 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.05 |
| HSL | 219.75º | 0.86% | 0.64% | - |
| HSV(B) | 219.75º | 0.65% | 0.95% | - |
| XYZ | 28.86 | 26.52 | 87.6 | - |
| YUV | 134.01 | 188.94 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 242 | 0.65 | 0.43 | 0 | 0.05 | 219.75 | 0.86 | 0.64 |
| Hex | 55 | 8A | F2 | 41 | 2B | 0 | 5 | DC | 56 | 40 |
| Octal | 125 | 212 | 362 | 101 | 53 | 0 | 5 | 334 | 126 | 100 |
| Binary | 1010101 | 10001010 | 11110010 | 1000001 | 101011 | 0 | 101 | 11011100 | 1010110 | 1000000 |
Color Harmonies of #558AF2
Complementary color
Monochromatic Colors of #558AF2
Black with #558AF2
Text Example
Text Example
White with #558AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AF2; }
p { color: rgb(85,138,242); }
H1.HeaderClassName
{
color: #558AF2;
}
.AnyTagClassName
{
color: #558AF2;
}
</style>
background-color css
<style>
a { background-color: #558AF2; }
a { background-color: rgb(85,138,242); }
div.DivClassName
{
background-color: #558AF2;
}
.BgClassName
{
background-color: #558AF2;
}
</style>
border-color css
<style>
span { border-color: #558AF2; }
span { border-color: rgb(85,138,242); }
td.TdClassName
{
border-color: #558AF2;
}
.TagClassName
{
border-color: #558AF2;
}
</style>