Shades of Cornflower Blue #5586DF
Tints of Cornflower Blue #5586DF
RGB
CMYK
RGB Variations
Color information
#5586DF (or 0x5586DF) is known color: Cornflower Blue. HEX triplet: 55, 86 and DF. RGB value is (85,134,223). Sum of RGB (Red+Green+Blue) = 85+134+223=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #5586DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5586DF is #AA7920. Grayscale: #818181. Windows color (decimal): -11172129 or 14648917. OLE color: 14648917.
HSL color Cylindrical-coordinate representation of color #5586DF: hue angle of 218.7º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5586DF is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 134 | 223 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.13 |
| HSL | 218.7º | 0.68% | 0.6% | - |
| HSV(B) | 218.7º | 0.62% | 0.87% | - |
| XYZ | 25.59 | 24.31 | 73.16 | - |
| YUV | 129.5 | 180.77 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 223 | 0.62 | 0.40 | 0 | 0.13 | 218.7 | 0.68 | 0.6 |
| Hex | 55 | 86 | DF | 3E | 28 | 0 | D | DB | 44 | 3C |
| Octal | 125 | 206 | 337 | 76 | 50 | 0 | 15 | 333 | 104 | 74 |
| Binary | 1010101 | 10000110 | 11011111 | 111110 | 101000 | 0 | 1101 | 11011011 | 1000100 | 111100 |
Color Harmonies of #5586DF
Complementary color
Monochromatic Colors of #5586DF
Black with #5586DF
Text Example
Text Example
White with #5586DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5586DF; }
p { color: rgb(85,134,223); }
H1.HeaderClassName
{
color: #5586DF;
}
.AnyTagClassName
{
color: #5586DF;
}
</style>
background-color css
<style>
a { background-color: #5586DF; }
a { background-color: rgb(85,134,223); }
div.DivClassName
{
background-color: #5586DF;
}
.BgClassName
{
background-color: #5586DF;
}
</style>
border-color css
<style>
span { border-color: #5586DF; }
span { border-color: rgb(85,134,223); }
td.TdClassName
{
border-color: #5586DF;
}
.TagClassName
{
border-color: #5586DF;
}
</style>