Shades of Cornflower Blue #55A2EF
Tints of Cornflower Blue #55A2EF
RGB
CMYK
RGB Variations
Color information
#55A2EF (or 0x55A2EF) is known color: Cornflower Blue. HEX triplet: 55, A2 and EF. RGB value is (85,162,239). Sum of RGB (Red+Green+Blue) = 85+162+239=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #55A2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A2EF is #AA5D10. Grayscale: #939393. Windows color (decimal): -11164945 or 15704661. OLE color: 15704661.
HSL color Cylindrical-coordinate representation of color #55A2EF: hue angle of 210º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55A2EF is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 162 | 239 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.06 |
| HSL | 210º | 0.83% | 0.64% | - |
| HSV(B) | 210º | 0.64% | 0.94% | - |
| XYZ | 32.25 | 34 | 86.53 | - |
| YUV | 147.76 | 179.49 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 239 | 0.64 | 0.32 | 0 | 0.06 | 210 | 0.83 | 0.64 |
| Hex | 55 | A2 | EF | 40 | 20 | 0 | 6 | D2 | 53 | 40 |
| Octal | 125 | 242 | 357 | 100 | 40 | 0 | 6 | 322 | 123 | 100 |
| Binary | 1010101 | 10100010 | 11101111 | 1000000 | 100000 | 0 | 110 | 11010010 | 1010011 | 1000000 |
Color Harmonies of #55A2EF
Complementary color
Monochromatic Colors of #55A2EF
Black with #55A2EF
Text Example
Text Example
White with #55A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A2EF; }
p { color: rgb(85,162,239); }
H1.HeaderClassName
{
color: #55A2EF;
}
.AnyTagClassName
{
color: #55A2EF;
}
</style>
background-color css
<style>
a { background-color: #55A2EF; }
a { background-color: rgb(85,162,239); }
div.DivClassName
{
background-color: #55A2EF;
}
.BgClassName
{
background-color: #55A2EF;
}
</style>
border-color css
<style>
span { border-color: #55A2EF; }
span { border-color: rgb(85,162,239); }
td.TdClassName
{
border-color: #55A2EF;
}
.TagClassName
{
border-color: #55A2EF;
}
</style>