Shades of Cornflower Blue #55A2FE
Tints of Cornflower Blue #55A2FE
RGB
CMYK
RGB Variations
Color information
#55A2FE (or 0x55A2FE) is known color: Cornflower Blue. HEX triplet: 55, A2 and FE. RGB value is (85,162,254). Sum of RGB (Red+Green+Blue) = 85+162+254=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #55A2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A2FE is #AA5D01. Grayscale: #959595. Windows color (decimal): -11164930 or 16687701. OLE color: 16687701.
HSL color Cylindrical-coordinate representation of color #55A2FE: hue angle of 212.66º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55A2FE is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 162 | 254 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.00 |
| HSL | 212.66º | 0.99% | 0.66% | - |
| HSV(B) | 212.66º | 0.67% | 1% | - |
| XYZ | 34.56 | 34.93 | 98.69 | - |
| YUV | 149.47 | 186.99 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 254 | 0.67 | 0.36 | 0 | 0.00 | 212.66 | 0.99 | 0.66 |
| Hex | 55 | A2 | FE | 43 | 24 | 0 | 0 | D5 | 63 | 42 |
| Octal | 125 | 242 | 376 | 103 | 44 | 0 | 0 | 325 | 143 | 102 |
| Binary | 1010101 | 10100010 | 11111110 | 1000011 | 100100 | 0 | 0 | 11010101 | 1100011 | 1000010 |
Color Harmonies of #55A2FE
Complementary color
Monochromatic Colors of #55A2FE
Black with #55A2FE
Text Example
Text Example
White with #55A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A2FE; }
p { color: rgb(85,162,254); }
H1.HeaderClassName
{
color: #55A2FE;
}
.AnyTagClassName
{
color: #55A2FE;
}
</style>
background-color css
<style>
a { background-color: #55A2FE; }
a { background-color: rgb(85,162,254); }
div.DivClassName
{
background-color: #55A2FE;
}
.BgClassName
{
background-color: #55A2FE;
}
</style>
border-color css
<style>
span { border-color: #55A2FE; }
span { border-color: rgb(85,162,254); }
td.TdClassName
{
border-color: #55A2FE;
}
.TagClassName
{
border-color: #55A2FE;
}
</style>