Shades of Cornflower Blue #558FF6
Tints of Cornflower Blue #558FF6
RGB
CMYK
RGB Variations
Color information
#558FF6 (or 0x558FF6) is known color: Cornflower Blue. HEX triplet: 55, 8F and F6. RGB value is (85,143,246). Sum of RGB (Red+Green+Blue) = 85+143+246=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #558FF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558FF6 is #AA7009. Grayscale: #888888. Windows color (decimal): -11169802 or 16158549. OLE color: 16158549.
HSL color Cylindrical-coordinate representation of color #558FF6: hue angle of 218.39º degrees, saturation: 0.9, 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 #558FF6 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 143 | 246 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.04 |
| HSL | 218.39º | 0.9% | 0.65% | - |
| HSV(B) | 218.39º | 0.65% | 0.96% | - |
| XYZ | 30.2 | 28.23 | 91.05 | - |
| YUV | 137.4 | 189.28 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 246 | 0.65 | 0.42 | 0 | 0.04 | 218.39 | 0.9 | 0.65 |
| Hex | 55 | 8F | F6 | 41 | 2A | 0 | 4 | DA | 5A | 41 |
| Octal | 125 | 217 | 366 | 101 | 52 | 0 | 4 | 332 | 132 | 101 |
| Binary | 1010101 | 10001111 | 11110110 | 1000001 | 101010 | 0 | 100 | 11011010 | 1011010 | 1000001 |
Color Harmonies of #558FF6
Complementary color
Monochromatic Colors of #558FF6
Black with #558FF6
Text Example
Text Example
White with #558FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FF6; }
p { color: rgb(85,143,246); }
H1.HeaderClassName
{
color: #558FF6;
}
.AnyTagClassName
{
color: #558FF6;
}
</style>
background-color css
<style>
a { background-color: #558FF6; }
a { background-color: rgb(85,143,246); }
div.DivClassName
{
background-color: #558FF6;
}
.BgClassName
{
background-color: #558FF6;
}
</style>
border-color css
<style>
span { border-color: #558FF6; }
span { border-color: rgb(85,143,246); }
td.TdClassName
{
border-color: #558FF6;
}
.TagClassName
{
border-color: #558FF6;
}
</style>