Shades of Cornflower Blue #5584DF
Tints of Cornflower Blue #5584DF
RGB
CMYK
RGB Variations
Color information
#5584DF (or 0x5584DF) is known color: Cornflower Blue. HEX triplet: 55, 84 and DF. RGB value is (85,132,223). Sum of RGB (Red+Green+Blue) = 85+132+223=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #5584DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5584DF is #AA7B20. Grayscale: #7F7F7F. Windows color (decimal): -11172641 or 14648405. OLE color: 14648405.
HSL color Cylindrical-coordinate representation of color #5584DF: hue angle of 219.57º 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 #5584DF is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 132 | 223 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.13 |
| HSL | 219.57º | 0.68% | 0.6% | - |
| HSV(B) | 219.57º | 0.62% | 0.87% | - |
| XYZ | 25.32 | 23.76 | 73.06 | - |
| YUV | 128.32 | 181.43 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 223 | 0.62 | 0.41 | 0 | 0.13 | 219.57 | 0.68 | 0.6 |
| Hex | 55 | 84 | DF | 3E | 29 | 0 | D | DC | 44 | 3C |
| Octal | 125 | 204 | 337 | 76 | 51 | 0 | 15 | 334 | 104 | 74 |
| Binary | 1010101 | 10000100 | 11011111 | 111110 | 101001 | 0 | 1101 | 11011100 | 1000100 | 111100 |
Color Harmonies of #5584DF
Complementary color
Monochromatic Colors of #5584DF
Black with #5584DF
Text Example
Text Example
White with #5584DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5584DF; }
p { color: rgb(85,132,223); }
H1.HeaderClassName
{
color: #5584DF;
}
.AnyTagClassName
{
color: #5584DF;
}
</style>
background-color css
<style>
a { background-color: #5584DF; }
a { background-color: rgb(85,132,223); }
div.DivClassName
{
background-color: #5584DF;
}
.BgClassName
{
background-color: #5584DF;
}
</style>
border-color css
<style>
span { border-color: #5584DF; }
span { border-color: rgb(85,132,223); }
td.TdClassName
{
border-color: #5584DF;
}
.TagClassName
{
border-color: #5584DF;
}
</style>