Shades of Cornflower Blue #55A8FE
Tints of Cornflower Blue #55A8FE
RGB
CMYK
RGB Variations
Color information
#55A8FE (or 0x55A8FE) is known color: Cornflower Blue. HEX triplet: 55, A8 and FE. RGB value is (85,168,254). Sum of RGB (Red+Green+Blue) = 85+168+254=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #55A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55A8FE is #AA5701. Grayscale: #989898. Windows color (decimal): -11163394 or 16689237. OLE color: 16689237.
HSL color Cylindrical-coordinate representation of color #55A8FE: hue angle of 210.53º 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 #55A8FE is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 85 | 168 | 254 | - |
CMYK | 0.67 | 0.34 | 0 | 0.00 |
HSL | 210.53º | 0.99% | 0.66% | - |
HSV(B) | 210.53º | 0.67% | 1% | - |
XYZ | 35.64 | 37.09 | 99.05 | - |
YUV | 152.99 | 185 | 79.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 168 | 254 | 0.67 | 0.34 | 0 | 0.00 | 210.53 | 0.99 | 0.66 |
Hex | 55 | A8 | FE | 43 | 22 | 0 | 0 | D3 | 63 | 42 |
Octal | 125 | 250 | 376 | 103 | 42 | 0 | 0 | 323 | 143 | 102 |
Binary | 1010101 | 10101000 | 11111110 | 1000011 | 100010 | 0 | 0 | 11010011 | 1100011 | 1000010 |
Color Harmonies of #55A8FE
Complementary color
Monochromatic Colors of #55A8FE
Black with #55A8FE
Text Example
Text Example
White with #55A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8FE; }
p { color: rgb(85,168,254); }
H1.HeaderClassName
{
color: #55A8FE;
}
.AnyTagClassName
{
color: #55A8FE;
}
</style>
background-color css
<style>
a { background-color: #55A8FE; }
a { background-color: rgb(85,168,254); }
div.DivClassName
{
background-color: #55A8FE;
}
.BgClassName
{
background-color: #55A8FE;
}
</style>
border-color css
<style>
span { border-color: #55A8FE; }
span { border-color: rgb(85,168,254); }
td.TdClassName
{
border-color: #55A8FE;
}
.TagClassName
{
border-color: #55A8FE;
}
</style>