Shades of Cornflower Blue #559CFE
Tints of Cornflower Blue #559CFE
RGB
CMYK
RGB Variations
Color information
#559CFE (or 0x559CFE) is known color: Cornflower Blue. HEX triplet: 55, 9C and FE. RGB value is (85,156,254). Sum of RGB (Red+Green+Blue) = 85+156+254=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #559CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559CFE is #AA6301. Grayscale: #919191. Windows color (decimal): -11166466 or 16686165. OLE color: 16686165.
HSL color Cylindrical-coordinate representation of color #559CFE: hue angle of 214.79º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #559CFE is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 156 | 254 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.00 |
| HSL | 214.79º | 0.99% | 0.66% | - |
| HSV(B) | 214.79º | 0.67% | 1% | - |
| XYZ | 33.52 | 32.86 | 98.34 | - |
| YUV | 145.94 | 188.98 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 254 | 0.67 | 0.39 | 0 | 0.00 | 214.79 | 0.99 | 0.66 |
| Hex | 55 | 9C | FE | 43 | 27 | 0 | 0 | D7 | 63 | 42 |
| Octal | 125 | 234 | 376 | 103 | 47 | 0 | 0 | 327 | 143 | 102 |
| Binary | 1010101 | 10011100 | 11111110 | 1000011 | 100111 | 0 | 0 | 11010111 | 1100011 | 1000010 |
Color Harmonies of #559CFE
Complementary color
Monochromatic Colors of #559CFE
Black with #559CFE
Text Example
Text Example
White with #559CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559CFE; }
p { color: rgb(85,156,254); }
H1.HeaderClassName
{
color: #559CFE;
}
.AnyTagClassName
{
color: #559CFE;
}
</style>
background-color css
<style>
a { background-color: #559CFE; }
a { background-color: rgb(85,156,254); }
div.DivClassName
{
background-color: #559CFE;
}
.BgClassName
{
background-color: #559CFE;
}
</style>
border-color css
<style>
span { border-color: #559CFE; }
span { border-color: rgb(85,156,254); }
td.TdClassName
{
border-color: #559CFE;
}
.TagClassName
{
border-color: #559CFE;
}
</style>