Shades of Cornflower Blue #55A6F7
Tints of Cornflower Blue #55A6F7
RGB
CMYK
RGB Variations
Color information
#55A6F7 (or 0x55A6F7) is known color: Cornflower Blue. HEX triplet: 55, A6 and F7. RGB value is (85,166,247). Sum of RGB (Red+Green+Blue) = 85+166+247=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 247 (96.88% from 255 or 49.60% from 498); Max value from RGB is 247 - color contains mainly: blue. Hex color #55A6F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A6F7 is #AA5908. Grayscale: #969696. Windows color (decimal): -11163913 or 16229973. OLE color: 16229973.
HSL color Cylindrical-coordinate representation of color #55A6F7: hue angle of 210º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55A6F7 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 166 | 247 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.03 |
| HSL | 210º | 0.91% | 0.65% | - |
| HSV(B) | 210º | 0.66% | 0.97% | - |
| XYZ | 34.17 | 35.92 | 93.13 | - |
| YUV | 151.02 | 182.16 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 247 | 0.66 | 0.33 | 0 | 0.03 | 210 | 0.91 | 0.65 |
| Hex | 55 | A6 | F7 | 42 | 21 | 0 | 3 | D2 | 5B | 41 |
| Octal | 125 | 246 | 367 | 102 | 41 | 0 | 3 | 322 | 133 | 101 |
| Binary | 1010101 | 10100110 | 11110111 | 1000010 | 100001 | 0 | 11 | 11010010 | 1011011 | 1000001 |
Color Harmonies of #55A6F7
Complementary color
Monochromatic Colors of #55A6F7
Black with #55A6F7
Text Example
Text Example
White with #55A6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A6F7; }
p { color: rgb(85,166,247); }
H1.HeaderClassName
{
color: #55A6F7;
}
.AnyTagClassName
{
color: #55A6F7;
}
</style>
background-color css
<style>
a { background-color: #55A6F7; }
a { background-color: rgb(85,166,247); }
div.DivClassName
{
background-color: #55A6F7;
}
.BgClassName
{
background-color: #55A6F7;
}
</style>
border-color css
<style>
span { border-color: #55A6F7; }
span { border-color: rgb(85,166,247); }
td.TdClassName
{
border-color: #55A6F7;
}
.TagClassName
{
border-color: #55A6F7;
}
</style>