Shades of Cornflower Blue #55A8FF
Tints of Cornflower Blue #55A8FF
RGB
CMYK
RGB Variations
Color information
#55A8FF (or 0x55A8FF) is known color: Cornflower Blue. HEX triplet: 55, A8 and FF. RGB value is (85,168,255). Sum of RGB (Red+Green+Blue) = 85+168+255=508 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.73% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #55A8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A8FF is #AA5700. Grayscale: #989898. Windows color (decimal): -11163393 or 16754773. OLE color: 16754773.
HSL color Cylindrical-coordinate representation of color #55A8FF: hue angle of 210.71º 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 #55A8FF is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 168 | 255 | - |
| CMYK | 0.67 | 0.34 | 0 | 0 |
| HSL | 210.71º | 1% | 0.67% | - |
| HSV(B) | 210.71º | 0.67% | 1% | - |
| XYZ | 35.8 | 37.16 | 99.89 | - |
| YUV | 153.1 | 185.5 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 255 | 0.67 | 0.34 | 0 | 0 | 210.71 | 1 | 0.67 |
| Hex | 55 | A8 | FF | 43 | 22 | 0 | 0 | D3 | 64 | 43 |
| Octal | 125 | 250 | 377 | 103 | 42 | 0 | 0 | 323 | 144 | 103 |
| Binary | 1010101 | 10101000 | 11111111 | 1000011 | 100010 | 0 | 0 | 11010011 | 1100100 | 1000011 |
Color Harmonies of #55A8FF
Complementary color
Monochromatic Colors of #55A8FF
Black with #55A8FF
Text Example
Text Example
White with #55A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8FF; }
p { color: rgb(85,168,255); }
H1.HeaderClassName
{
color: #55A8FF;
}
.AnyTagClassName
{
color: #55A8FF;
}
</style>
background-color css
<style>
a { background-color: #55A8FF; }
a { background-color: rgb(85,168,255); }
div.DivClassName
{
background-color: #55A8FF;
}
.BgClassName
{
background-color: #55A8FF;
}
</style>
border-color css
<style>
span { border-color: #55A8FF; }
span { border-color: rgb(85,168,255); }
td.TdClassName
{
border-color: #55A8FF;
}
.TagClassName
{
border-color: #55A8FF;
}
</style>