Shades of Cornflower Blue #559CFF
Tints of Cornflower Blue #559CFF
RGB
CMYK
RGB Variations
Color information
#559CFF (or 0x559CFF) is known color: Cornflower Blue. HEX triplet: 55, 9C and FF. RGB value is (85,156,255). Sum of RGB (Red+Green+Blue) = 85+156+255=496 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.14% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #559CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559CFF is #AA6300. Grayscale: #919191. Windows color (decimal): -11166465 or 16751701. OLE color: 16751701.
HSL color Cylindrical-coordinate representation of color #559CFF: hue angle of 214.94º 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 #559CFF is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 156 | 255 | - |
| CMYK | 0.67 | 0.39 | 0 | 0 |
| HSL | 214.94º | 1% | 0.67% | - |
| HSV(B) | 214.94º | 0.67% | 1% | - |
| XYZ | 33.68 | 32.93 | 99.19 | - |
| YUV | 146.06 | 189.48 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 255 | 0.67 | 0.39 | 0 | 0 | 214.94 | 1 | 0.67 |
| Hex | 55 | 9C | FF | 43 | 27 | 0 | 0 | D7 | 64 | 43 |
| Octal | 125 | 234 | 377 | 103 | 47 | 0 | 0 | 327 | 144 | 103 |
| Binary | 1010101 | 10011100 | 11111111 | 1000011 | 100111 | 0 | 0 | 11010111 | 1100100 | 1000011 |
Color Harmonies of #559CFF
Complementary color
Monochromatic Colors of #559CFF
Black with #559CFF
Text Example
Text Example
White with #559CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559CFF; }
p { color: rgb(85,156,255); }
H1.HeaderClassName
{
color: #559CFF;
}
.AnyTagClassName
{
color: #559CFF;
}
</style>
background-color css
<style>
a { background-color: #559CFF; }
a { background-color: rgb(85,156,255); }
div.DivClassName
{
background-color: #559CFF;
}
.BgClassName
{
background-color: #559CFF;
}
</style>
border-color css
<style>
span { border-color: #559CFF; }
span { border-color: rgb(85,156,255); }
td.TdClassName
{
border-color: #559CFF;
}
.TagClassName
{
border-color: #559CFF;
}
</style>