Shades of Cornflower Blue #55A3F1
Tints of Cornflower Blue #55A3F1
RGB
CMYK
RGB Variations
Color information
#55A3F1 (or 0x55A3F1) is known color: Cornflower Blue. HEX triplet: 55, A3 and F1. RGB value is (85,163,241). Sum of RGB (Red+Green+Blue) = 85+163+241=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #55A3F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A3F1 is #AA5C0E. Grayscale: #949494. Windows color (decimal): -11164687 or 15835989. OLE color: 15835989.
HSL color Cylindrical-coordinate representation of color #55A3F1: hue angle of 210º 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 #55A3F1 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 163 | 241 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.05 |
| HSL | 210º | 0.85% | 0.64% | - |
| HSV(B) | 210º | 0.65% | 0.95% | - |
| XYZ | 32.72 | 34.48 | 88.15 | - |
| YUV | 148.57 | 180.16 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 241 | 0.65 | 0.32 | 0 | 0.05 | 210 | 0.85 | 0.64 |
| Hex | 55 | A3 | F1 | 41 | 20 | 0 | 5 | D2 | 55 | 40 |
| Octal | 125 | 243 | 361 | 101 | 40 | 0 | 5 | 322 | 125 | 100 |
| Binary | 1010101 | 10100011 | 11110001 | 1000001 | 100000 | 0 | 101 | 11010010 | 1010101 | 1000000 |
Color Harmonies of #55A3F1
Complementary color
Monochromatic Colors of #55A3F1
Black with #55A3F1
Text Example
Text Example
White with #55A3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A3F1; }
p { color: rgb(85,163,241); }
H1.HeaderClassName
{
color: #55A3F1;
}
.AnyTagClassName
{
color: #55A3F1;
}
</style>
background-color css
<style>
a { background-color: #55A3F1; }
a { background-color: rgb(85,163,241); }
div.DivClassName
{
background-color: #55A3F1;
}
.BgClassName
{
background-color: #55A3F1;
}
</style>
border-color css
<style>
span { border-color: #55A3F1; }
span { border-color: rgb(85,163,241); }
td.TdClassName
{
border-color: #55A3F1;
}
.TagClassName
{
border-color: #55A3F1;
}
</style>