Shades of Cornflower Blue #55A7ED
Tints of Cornflower Blue #55A7ED
RGB
CMYK
RGB Variations
Color information
#55A7ED (or 0x55A7ED) is known color: Cornflower Blue. HEX triplet: 55, A7 and ED. RGB value is (85,167,237). Sum of RGB (Red+Green+Blue) = 85+167+237=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #55A7ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A7ED is #AA5812. Grayscale: #969696. Windows color (decimal): -11163667 or 15574869. OLE color: 15574869.
HSL color Cylindrical-coordinate representation of color #55A7ED: hue angle of 207.63º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55A7ED is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 167 | 237 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.07 |
| HSL | 207.63º | 0.81% | 0.63% | - |
| HSV(B) | 207.63º | 0.64% | 0.93% | - |
| XYZ | 32.85 | 35.68 | 85.28 | - |
| YUV | 150.46 | 176.83 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 167 | 237 | 0.64 | 0.30 | 0 | 0.07 | 207.63 | 0.81 | 0.63 |
| Hex | 55 | A7 | ED | 40 | 1E | 0 | 7 | D0 | 51 | 3F |
| Octal | 125 | 247 | 355 | 100 | 36 | 0 | 7 | 320 | 121 | 77 |
| Binary | 1010101 | 10100111 | 11101101 | 1000000 | 11110 | 0 | 111 | 11010000 | 1010001 | 111111 |
Color Harmonies of #55A7ED
Complementary color
Monochromatic Colors of #55A7ED
Black with #55A7ED
Text Example
Text Example
White with #55A7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A7ED; }
p { color: rgb(85,167,237); }
H1.HeaderClassName
{
color: #55A7ED;
}
.AnyTagClassName
{
color: #55A7ED;
}
</style>
background-color css
<style>
a { background-color: #55A7ED; }
a { background-color: rgb(85,167,237); }
div.DivClassName
{
background-color: #55A7ED;
}
.BgClassName
{
background-color: #55A7ED;
}
</style>
border-color css
<style>
span { border-color: #55A7ED; }
span { border-color: rgb(85,167,237); }
td.TdClassName
{
border-color: #55A7ED;
}
.TagClassName
{
border-color: #55A7ED;
}
</style>