Shades of Cornflower Blue #55A8FC
Tints of Cornflower Blue #55A8FC
RGB
CMYK
RGB Variations
Color information
#55A8FC (or 0x55A8FC) is known color: Cornflower Blue. HEX triplet: 55, A8 and FC. RGB value is (85,168,252). Sum of RGB (Red+Green+Blue) = 85+168+252=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #55A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A8FC is #AA5703. Grayscale: #989898. Windows color (decimal): -11163396 or 16558165. OLE color: 16558165.
HSL color Cylindrical-coordinate representation of color #55A8FC: hue angle of 210.18º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55A8FC is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 168 | 252 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.01 |
| HSL | 210.18º | 0.97% | 0.66% | - |
| HSV(B) | 210.18º | 0.66% | 0.99% | - |
| XYZ | 35.32 | 36.96 | 97.37 | - |
| YUV | 152.76 | 184 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 252 | 0.66 | 0.33 | 0 | 0.01 | 210.18 | 0.97 | 0.66 |
| Hex | 55 | A8 | FC | 42 | 21 | 0 | 1 | D2 | 61 | 42 |
| Octal | 125 | 250 | 374 | 102 | 41 | 0 | 1 | 322 | 141 | 102 |
| Binary | 1010101 | 10101000 | 11111100 | 1000010 | 100001 | 0 | 1 | 11010010 | 1100001 | 1000010 |
Color Harmonies of #55A8FC
Complementary color
Monochromatic Colors of #55A8FC
Black with #55A8FC
Text Example
Text Example
White with #55A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8FC; }
p { color: rgb(85,168,252); }
H1.HeaderClassName
{
color: #55A8FC;
}
.AnyTagClassName
{
color: #55A8FC;
}
</style>
background-color css
<style>
a { background-color: #55A8FC; }
a { background-color: rgb(85,168,252); }
div.DivClassName
{
background-color: #55A8FC;
}
.BgClassName
{
background-color: #55A8FC;
}
</style>
border-color css
<style>
span { border-color: #55A8FC; }
span { border-color: rgb(85,168,252); }
td.TdClassName
{
border-color: #55A8FC;
}
.TagClassName
{
border-color: #55A8FC;
}
</style>