Shades of Cornflower Blue #5592DF
Tints of Cornflower Blue #5592DF
RGB
CMYK
RGB Variations
Color information
#5592DF (or 0x5592DF) is known color: Cornflower Blue. HEX triplet: 55, 92 and DF. RGB value is (85,146,223). Sum of RGB (Red+Green+Blue) = 85+146+223=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #5592DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5592DF is #AA6D20. Grayscale: #888888. Windows color (decimal): -11169057 or 14651989. OLE color: 14651989.
HSL color Cylindrical-coordinate representation of color #5592DF: hue angle of 213.48º 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 #5592DF is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 146 | 223 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.13 |
| HSL | 213.48º | 0.68% | 0.6% | - |
| HSV(B) | 213.48º | 0.62% | 0.87% | - |
| XYZ | 27.34 | 27.82 | 73.74 | - |
| YUV | 136.54 | 176.79 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 223 | 0.62 | 0.35 | 0 | 0.13 | 213.48 | 0.68 | 0.6 |
| Hex | 55 | 92 | DF | 3E | 23 | 0 | D | D5 | 44 | 3C |
| Octal | 125 | 222 | 337 | 76 | 43 | 0 | 15 | 325 | 104 | 74 |
| Binary | 1010101 | 10010010 | 11011111 | 111110 | 100011 | 0 | 1101 | 11010101 | 1000100 | 111100 |
Color Harmonies of #5592DF
Complementary color
Monochromatic Colors of #5592DF
Black with #5592DF
Text Example
Text Example
White with #5592DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5592DF; }
p { color: rgb(85,146,223); }
H1.HeaderClassName
{
color: #5592DF;
}
.AnyTagClassName
{
color: #5592DF;
}
</style>
background-color css
<style>
a { background-color: #5592DF; }
a { background-color: rgb(85,146,223); }
div.DivClassName
{
background-color: #5592DF;
}
.BgClassName
{
background-color: #5592DF;
}
</style>
border-color css
<style>
span { border-color: #5592DF; }
span { border-color: rgb(85,146,223); }
td.TdClassName
{
border-color: #5592DF;
}
.TagClassName
{
border-color: #5592DF;
}
</style>