Shades of Cornflower Blue #559FEF
Tints of Cornflower Blue #559FEF
RGB
CMYK
RGB Variations
Color information
#559FEF (or 0x559FEF) is known color: Cornflower Blue. HEX triplet: 55, 9F and EF. RGB value is (85,159,239). Sum of RGB (Red+Green+Blue) = 85+159+239=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #559FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559FEF is #AA6010. Grayscale: #919191. Windows color (decimal): -11165713 or 15703893. OLE color: 15703893.
HSL color Cylindrical-coordinate representation of color #559FEF: hue angle of 211.17º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559FEF is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 159 | 239 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.06 |
| HSL | 211.17º | 0.83% | 0.64% | - |
| HSV(B) | 211.17º | 0.64% | 0.94% | - |
| XYZ | 31.72 | 32.96 | 86.35 | - |
| YUV | 145.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 239 | 0.64 | 0.33 | 0 | 0.06 | 211.17 | 0.83 | 0.64 |
| Hex | 55 | 9F | EF | 40 | 21 | 0 | 6 | D3 | 53 | 40 |
| Octal | 125 | 237 | 357 | 100 | 41 | 0 | 6 | 323 | 123 | 100 |
| Binary | 1010101 | 10011111 | 11101111 | 1000000 | 100001 | 0 | 110 | 11010011 | 1010011 | 1000000 |
Color Harmonies of #559FEF
Complementary color
Monochromatic Colors of #559FEF
Black with #559FEF
Text Example
Text Example
White with #559FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FEF; }
p { color: rgb(85,159,239); }
H1.HeaderClassName
{
color: #559FEF;
}
.AnyTagClassName
{
color: #559FEF;
}
</style>
background-color css
<style>
a { background-color: #559FEF; }
a { background-color: rgb(85,159,239); }
div.DivClassName
{
background-color: #559FEF;
}
.BgClassName
{
background-color: #559FEF;
}
</style>
border-color css
<style>
span { border-color: #559FEF; }
span { border-color: rgb(85,159,239); }
td.TdClassName
{
border-color: #559FEF;
}
.TagClassName
{
border-color: #559FEF;
}
</style>