Shades of Cornflower Blue #559DF4
Tints of Cornflower Blue #559DF4
RGB
CMYK
RGB Variations
Color information
#559DF4 (or 0x559DF4) is known color: Cornflower Blue. HEX triplet: 55, 9D and F4. RGB value is (85,157,244). Sum of RGB (Red+Green+Blue) = 85+157+244=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #559DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559DF4 is #AA620B. Grayscale: #909090. Windows color (decimal): -11166220 or 16031061. OLE color: 16031061.
HSL color Cylindrical-coordinate representation of color #559DF4: hue angle of 212.83º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #559DF4 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 157 | 244 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.04 |
| HSL | 212.83º | 0.88% | 0.65% | - |
| HSV(B) | 212.83º | 0.65% | 0.96% | - |
| XYZ | 32.13 | 32.58 | 90.18 | - |
| YUV | 145.39 | 183.65 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 244 | 0.65 | 0.36 | 0 | 0.04 | 212.83 | 0.88 | 0.65 |
| Hex | 55 | 9D | F4 | 41 | 24 | 0 | 4 | D5 | 58 | 41 |
| Octal | 125 | 235 | 364 | 101 | 44 | 0 | 4 | 325 | 130 | 101 |
| Binary | 1010101 | 10011101 | 11110100 | 1000001 | 100100 | 0 | 100 | 11010101 | 1011000 | 1000001 |
Color Harmonies of #559DF4
Complementary color
Monochromatic Colors of #559DF4
Black with #559DF4
Text Example
Text Example
White with #559DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DF4; }
p { color: rgb(85,157,244); }
H1.HeaderClassName
{
color: #559DF4;
}
.AnyTagClassName
{
color: #559DF4;
}
</style>
background-color css
<style>
a { background-color: #559DF4; }
a { background-color: rgb(85,157,244); }
div.DivClassName
{
background-color: #559DF4;
}
.BgClassName
{
background-color: #559DF4;
}
</style>
border-color css
<style>
span { border-color: #559DF4; }
span { border-color: rgb(85,157,244); }
td.TdClassName
{
border-color: #559DF4;
}
.TagClassName
{
border-color: #559DF4;
}
</style>