Shades of Cornflower Blue #55A4FA
Tints of Cornflower Blue #55A4FA
RGB
CMYK
RGB Variations
Color information
#55A4FA (or 0x55A4FA) is known color: Cornflower Blue. HEX triplet: 55, A4 and FA. RGB value is (85,164,250). Sum of RGB (Red+Green+Blue) = 85+164+250=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #55A4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A4FA is #AA5B05. Grayscale: #959595. Windows color (decimal): -11164422 or 16426069. OLE color: 16426069.
HSL color Cylindrical-coordinate representation of color #55A4FA: hue angle of 211.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55A4FA is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 164 | 250 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.02 |
| HSL | 211.27º | 0.94% | 0.66% | - |
| HSV(B) | 211.27º | 0.66% | 0.98% | - |
| XYZ | 34.28 | 35.38 | 95.47 | - |
| YUV | 150.18 | 184.33 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 250 | 0.66 | 0.34 | 0 | 0.02 | 211.27 | 0.94 | 0.66 |
| Hex | 55 | A4 | FA | 42 | 22 | 0 | 2 | D3 | 5E | 42 |
| Octal | 125 | 244 | 372 | 102 | 42 | 0 | 2 | 323 | 136 | 102 |
| Binary | 1010101 | 10100100 | 11111010 | 1000010 | 100010 | 0 | 10 | 11010011 | 1011110 | 1000010 |
Color Harmonies of #55A4FA
Complementary color
Monochromatic Colors of #55A4FA
Black with #55A4FA
Text Example
Text Example
White with #55A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A4FA; }
p { color: rgb(85,164,250); }
H1.HeaderClassName
{
color: #55A4FA;
}
.AnyTagClassName
{
color: #55A4FA;
}
</style>
background-color css
<style>
a { background-color: #55A4FA; }
a { background-color: rgb(85,164,250); }
div.DivClassName
{
background-color: #55A4FA;
}
.BgClassName
{
background-color: #55A4FA;
}
</style>
border-color css
<style>
span { border-color: #55A4FA; }
span { border-color: rgb(85,164,250); }
td.TdClassName
{
border-color: #55A4FA;
}
.TagClassName
{
border-color: #55A4FA;
}
</style>