Shades of Cornflower Blue #559DF3
Tints of Cornflower Blue #559DF3
RGB
CMYK
RGB Variations
Color information
#559DF3 (or 0x559DF3) is known color: Cornflower Blue. HEX triplet: 55, 9D and F3. RGB value is (85,157,243). Sum of RGB (Red+Green+Blue) = 85+157+243=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #559DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559DF3 is #AA620C. Grayscale: #909090. Windows color (decimal): -11166221 or 15965525. OLE color: 15965525.
HSL color Cylindrical-coordinate representation of color #559DF3: hue angle of 212.66º 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 #559DF3 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 157 | 243 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.05 |
| HSL | 212.66º | 0.87% | 0.64% | - |
| HSV(B) | 212.66º | 0.65% | 0.95% | - |
| XYZ | 31.98 | 32.52 | 89.38 | - |
| YUV | 145.28 | 183.15 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 243 | 0.65 | 0.35 | 0 | 0.05 | 212.66 | 0.87 | 0.64 |
| Hex | 55 | 9D | F3 | 41 | 23 | 0 | 5 | D5 | 57 | 40 |
| Octal | 125 | 235 | 363 | 101 | 43 | 0 | 5 | 325 | 127 | 100 |
| Binary | 1010101 | 10011101 | 11110011 | 1000001 | 100011 | 0 | 101 | 11010101 | 1010111 | 1000000 |
Color Harmonies of #559DF3
Complementary color
Monochromatic Colors of #559DF3
Black with #559DF3
Text Example
Text Example
White with #559DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559DF3; }
p { color: rgb(85,157,243); }
H1.HeaderClassName
{
color: #559DF3;
}
.AnyTagClassName
{
color: #559DF3;
}
</style>
background-color css
<style>
a { background-color: #559DF3; }
a { background-color: rgb(85,157,243); }
div.DivClassName
{
background-color: #559DF3;
}
.BgClassName
{
background-color: #559DF3;
}
</style>
border-color css
<style>
span { border-color: #559DF3; }
span { border-color: rgb(85,157,243); }
td.TdClassName
{
border-color: #559DF3;
}
.TagClassName
{
border-color: #559DF3;
}
</style>