Shades of Cornflower Blue #55A1F6
Tints of Cornflower Blue #55A1F6
RGB
CMYK
RGB Variations
Color information
#55A1F6 (or 0x55A1F6) is known color: Cornflower Blue. HEX triplet: 55, A1 and F6. RGB value is (85,161,246). Sum of RGB (Red+Green+Blue) = 85+161+246=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #55A1F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A1F6 is #AA5E09. Grayscale: #939393. Windows color (decimal): -11165194 or 16163157. OLE color: 16163157.
HSL color Cylindrical-coordinate representation of color #55A1F6: hue angle of 211.68º 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 #55A1F6 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 161 | 246 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.04 |
| HSL | 211.68º | 0.9% | 0.65% | - |
| HSV(B) | 211.68º | 0.65% | 0.96% | - |
| XYZ | 33.13 | 34.07 | 92.02 | - |
| YUV | 147.97 | 183.32 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 161 | 246 | 0.65 | 0.35 | 0 | 0.04 | 211.68 | 0.9 | 0.65 |
| Hex | 55 | A1 | F6 | 41 | 23 | 0 | 4 | D4 | 5A | 41 |
| Octal | 125 | 241 | 366 | 101 | 43 | 0 | 4 | 324 | 132 | 101 |
| Binary | 1010101 | 10100001 | 11110110 | 1000001 | 100011 | 0 | 100 | 11010100 | 1011010 | 1000001 |
Color Harmonies of #55A1F6
Complementary color
Monochromatic Colors of #55A1F6
Black with #55A1F6
Text Example
Text Example
White with #55A1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A1F6; }
p { color: rgb(85,161,246); }
H1.HeaderClassName
{
color: #55A1F6;
}
.AnyTagClassName
{
color: #55A1F6;
}
</style>
background-color css
<style>
a { background-color: #55A1F6; }
a { background-color: rgb(85,161,246); }
div.DivClassName
{
background-color: #55A1F6;
}
.BgClassName
{
background-color: #55A1F6;
}
</style>
border-color css
<style>
span { border-color: #55A1F6; }
span { border-color: rgb(85,161,246); }
td.TdClassName
{
border-color: #55A1F6;
}
.TagClassName
{
border-color: #55A1F6;
}
</style>