Shades of Cornflower Blue #55A6EE
Tints of Cornflower Blue #55A6EE
RGB
CMYK
RGB Variations
Color information
#55A6EE (or 0x55A6EE) is known color: Cornflower Blue. HEX triplet: 55, A6 and EE. RGB value is (85,166,238). Sum of RGB (Red+Green+Blue) = 85+166+238=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #55A6EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A6EE is #AA5911. Grayscale: #959595. Windows color (decimal): -11163922 or 15640149. OLE color: 15640149.
HSL color Cylindrical-coordinate representation of color #55A6EE: hue angle of 208.24º degrees, saturation: 0.82, 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 #55A6EE is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 166 | 238 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.07 |
| HSL | 208.24º | 0.82% | 0.63% | - |
| HSV(B) | 208.24º | 0.64% | 0.93% | - |
| XYZ | 32.82 | 35.38 | 85.99 | - |
| YUV | 149.99 | 177.66 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 238 | 0.64 | 0.30 | 0 | 0.07 | 208.24 | 0.82 | 0.63 |
| Hex | 55 | A6 | EE | 40 | 1E | 0 | 7 | D0 | 52 | 3F |
| Octal | 125 | 246 | 356 | 100 | 36 | 0 | 7 | 320 | 122 | 77 |
| Binary | 1010101 | 10100110 | 11101110 | 1000000 | 11110 | 0 | 111 | 11010000 | 1010010 | 111111 |
Color Harmonies of #55A6EE
Complementary color
Monochromatic Colors of #55A6EE
Black with #55A6EE
Text Example
Text Example
White with #55A6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A6EE; }
p { color: rgb(85,166,238); }
H1.HeaderClassName
{
color: #55A6EE;
}
.AnyTagClassName
{
color: #55A6EE;
}
</style>
background-color css
<style>
a { background-color: #55A6EE; }
a { background-color: rgb(85,166,238); }
div.DivClassName
{
background-color: #55A6EE;
}
.BgClassName
{
background-color: #55A6EE;
}
</style>
border-color css
<style>
span { border-color: #55A6EE; }
span { border-color: rgb(85,166,238); }
td.TdClassName
{
border-color: #55A6EE;
}
.TagClassName
{
border-color: #55A6EE;
}
</style>