Shades of Cornflower Blue #55A2FF
Tints of Cornflower Blue #55A2FF
RGB
CMYK
RGB Variations
Color information
#55A2FF (or 0x55A2FF) is known color: Cornflower Blue. HEX triplet: 55, A2 and FF. RGB value is (85,162,255). Sum of RGB (Red+Green+Blue) = 85+162+255=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #55A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A2FF is #AA5D00. Grayscale: #959595. Windows color (decimal): -11164929 or 16753237. OLE color: 16753237.
HSL color Cylindrical-coordinate representation of color #55A2FF: hue angle of 212.82º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55A2FF is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 162 | 255 | - |
| CMYK | 0.67 | 0.36 | 0 | 0 |
| HSL | 212.82º | 1% | 0.67% | - |
| HSV(B) | 212.82º | 0.67% | 1% | - |
| XYZ | 34.72 | 34.99 | 99.53 | - |
| YUV | 149.58 | 187.49 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 255 | 0.67 | 0.36 | 0 | 0 | 212.82 | 1 | 0.67 |
| Hex | 55 | A2 | FF | 43 | 24 | 0 | 0 | D5 | 64 | 43 |
| Octal | 125 | 242 | 377 | 103 | 44 | 0 | 0 | 325 | 144 | 103 |
| Binary | 1010101 | 10100010 | 11111111 | 1000011 | 100100 | 0 | 0 | 11010101 | 1100100 | 1000011 |
Color Harmonies of #55A2FF
Complementary color
Monochromatic Colors of #55A2FF
Black with #55A2FF
Text Example
Text Example
White with #55A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A2FF; }
p { color: rgb(85,162,255); }
H1.HeaderClassName
{
color: #55A2FF;
}
.AnyTagClassName
{
color: #55A2FF;
}
</style>
background-color css
<style>
a { background-color: #55A2FF; }
a { background-color: rgb(85,162,255); }
div.DivClassName
{
background-color: #55A2FF;
}
.BgClassName
{
background-color: #55A2FF;
}
</style>
border-color css
<style>
span { border-color: #55A2FF; }
span { border-color: rgb(85,162,255); }
td.TdClassName
{
border-color: #55A2FF;
}
.TagClassName
{
border-color: #55A2FF;
}
</style>