Shades of Cornflower Blue #55A8F6
Tints of Cornflower Blue #55A8F6
RGB
CMYK
RGB Variations
Color information
#55A8F6 (or 0x55A8F6) is known color: Cornflower Blue. HEX triplet: 55, A8 and F6. RGB value is (85,168,246). Sum of RGB (Red+Green+Blue) = 85+168+246=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #55A8F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A8F6 is #AA5709. Grayscale: #979797. Windows color (decimal): -11163402 or 16164949. OLE color: 16164949.
HSL color Cylindrical-coordinate representation of color #55A8F6: hue angle of 209.07º 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 #55A8F6 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 168 | 246 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.04 |
| HSL | 209.07º | 0.9% | 0.65% | - |
| HSV(B) | 209.07º | 0.65% | 0.96% | - |
| XYZ | 34.38 | 36.59 | 92.44 | - |
| YUV | 152.08 | 181 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 246 | 0.65 | 0.32 | 0 | 0.04 | 209.07 | 0.9 | 0.65 |
| Hex | 55 | A8 | F6 | 41 | 20 | 0 | 4 | D1 | 5A | 41 |
| Octal | 125 | 250 | 366 | 101 | 40 | 0 | 4 | 321 | 132 | 101 |
| Binary | 1010101 | 10101000 | 11110110 | 1000001 | 100000 | 0 | 100 | 11010001 | 1011010 | 1000001 |
Color Harmonies of #55A8F6
Complementary color
Monochromatic Colors of #55A8F6
Black with #55A8F6
Text Example
Text Example
White with #55A8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8F6; }
p { color: rgb(85,168,246); }
H1.HeaderClassName
{
color: #55A8F6;
}
.AnyTagClassName
{
color: #55A8F6;
}
</style>
background-color css
<style>
a { background-color: #55A8F6; }
a { background-color: rgb(85,168,246); }
div.DivClassName
{
background-color: #55A8F6;
}
.BgClassName
{
background-color: #55A8F6;
}
</style>
border-color css
<style>
span { border-color: #55A8F6; }
span { border-color: rgb(85,168,246); }
td.TdClassName
{
border-color: #55A8F6;
}
.TagClassName
{
border-color: #55A8F6;
}
</style>