Shades of Cornflower Blue #55A2F1
Tints of Cornflower Blue #55A2F1
RGB
CMYK
RGB Variations
Color information
#55A2F1 (or 0x55A2F1) is known color: Cornflower Blue. HEX triplet: 55, A2 and F1. RGB value is (85,162,241). Sum of RGB (Red+Green+Blue) = 85+162+241=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #55A2F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A2F1 is #AA5D0E. Grayscale: #939393. Windows color (decimal): -11164943 or 15835733. OLE color: 15835733.
HSL color Cylindrical-coordinate representation of color #55A2F1: hue angle of 210.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55A2F1 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 162 | 241 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.05 |
| HSL | 210.38º | 0.85% | 0.64% | - |
| HSV(B) | 210.38º | 0.65% | 0.95% | - |
| XYZ | 32.54 | 34.12 | 88.09 | - |
| YUV | 147.98 | 180.49 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 241 | 0.65 | 0.33 | 0 | 0.05 | 210.38 | 0.85 | 0.64 |
| Hex | 55 | A2 | F1 | 41 | 21 | 0 | 5 | D2 | 55 | 40 |
| Octal | 125 | 242 | 361 | 101 | 41 | 0 | 5 | 322 | 125 | 100 |
| Binary | 1010101 | 10100010 | 11110001 | 1000001 | 100001 | 0 | 101 | 11010010 | 1010101 | 1000000 |
Color Harmonies of #55A2F1
Complementary color
Monochromatic Colors of #55A2F1
Black with #55A2F1
Text Example
Text Example
White with #55A2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A2F1; }
p { color: rgb(85,162,241); }
H1.HeaderClassName
{
color: #55A2F1;
}
.AnyTagClassName
{
color: #55A2F1;
}
</style>
background-color css
<style>
a { background-color: #55A2F1; }
a { background-color: rgb(85,162,241); }
div.DivClassName
{
background-color: #55A2F1;
}
.BgClassName
{
background-color: #55A2F1;
}
</style>
border-color css
<style>
span { border-color: #55A2F1; }
span { border-color: rgb(85,162,241); }
td.TdClassName
{
border-color: #55A2F1;
}
.TagClassName
{
border-color: #55A2F1;
}
</style>