Shades of Cornflower Blue #559BEB
Tints of Cornflower Blue #559BEB
RGB
CMYK
RGB Variations
Color information
#559BEB (or 0x559BEB) is known color: Cornflower Blue. HEX triplet: 55, 9B and EB. RGB value is (85,155,235). Sum of RGB (Red+Green+Blue) = 85+155+235=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #559BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559BEB is #AA6414. Grayscale: #8E8E8E. Windows color (decimal): -11166741 or 15440725. OLE color: 15440725.
HSL color Cylindrical-coordinate representation of color #559BEB: hue angle of 212º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559BEB is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 155 | 235 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.08 |
| HSL | 212º | 0.79% | 0.63% | - |
| HSV(B) | 212º | 0.64% | 0.92% | - |
| XYZ | 30.46 | 31.37 | 83.05 | - |
| YUV | 143.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 235 | 0.64 | 0.34 | 0 | 0.08 | 212 | 0.79 | 0.63 |
| Hex | 55 | 9B | EB | 40 | 22 | 0 | 8 | D4 | 4F | 3F |
| Octal | 125 | 233 | 353 | 100 | 42 | 0 | 10 | 324 | 117 | 77 |
| Binary | 1010101 | 10011011 | 11101011 | 1000000 | 100010 | 0 | 1000 | 11010100 | 1001111 | 111111 |
Color Harmonies of #559BEB
Complementary color
Monochromatic Colors of #559BEB
Black with #559BEB
Text Example
Text Example
White with #559BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BEB; }
p { color: rgb(85,155,235); }
H1.HeaderClassName
{
color: #559BEB;
}
.AnyTagClassName
{
color: #559BEB;
}
</style>
background-color css
<style>
a { background-color: #559BEB; }
a { background-color: rgb(85,155,235); }
div.DivClassName
{
background-color: #559BEB;
}
.BgClassName
{
background-color: #559BEB;
}
</style>
border-color css
<style>
span { border-color: #559BEB; }
span { border-color: rgb(85,155,235); }
td.TdClassName
{
border-color: #559BEB;
}
.TagClassName
{
border-color: #559BEB;
}
</style>