Shades of Cornflower Blue #559AF3
Tints of Cornflower Blue #559AF3
RGB
CMYK
RGB Variations
Color information
#559AF3 (or 0x559AF3) is known color: Cornflower Blue. HEX triplet: 55, 9A and F3. RGB value is (85,154,243). Sum of RGB (Red+Green+Blue) = 85+154+243=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #559AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559AF3 is #AA650C. Grayscale: #8F8F8F. Windows color (decimal): -11166989 or 15964757. OLE color: 15964757.
HSL color Cylindrical-coordinate representation of color #559AF3: hue angle of 213.8º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #559AF3 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 154 | 243 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.05 |
| HSL | 213.8º | 0.87% | 0.64% | - |
| HSV(B) | 213.8º | 0.65% | 0.95% | - |
| XYZ | 31.48 | 31.51 | 89.22 | - |
| YUV | 143.52 | 184.14 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 243 | 0.65 | 0.37 | 0 | 0.05 | 213.8 | 0.87 | 0.64 |
| Hex | 55 | 9A | F3 | 41 | 25 | 0 | 5 | D6 | 57 | 40 |
| Octal | 125 | 232 | 363 | 101 | 45 | 0 | 5 | 326 | 127 | 100 |
| Binary | 1010101 | 10011010 | 11110011 | 1000001 | 100101 | 0 | 101 | 11010110 | 1010111 | 1000000 |
Color Harmonies of #559AF3
Complementary color
Monochromatic Colors of #559AF3
Black with #559AF3
Text Example
Text Example
White with #559AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559AF3; }
p { color: rgb(85,154,243); }
H1.HeaderClassName
{
color: #559AF3;
}
.AnyTagClassName
{
color: #559AF3;
}
</style>
background-color css
<style>
a { background-color: #559AF3; }
a { background-color: rgb(85,154,243); }
div.DivClassName
{
background-color: #559AF3;
}
.BgClassName
{
background-color: #559AF3;
}
</style>
border-color css
<style>
span { border-color: #559AF3; }
span { border-color: rgb(85,154,243); }
td.TdClassName
{
border-color: #559AF3;
}
.TagClassName
{
border-color: #559AF3;
}
</style>