Shades of Cornflower Blue #5584FF
Tints of Cornflower Blue #5584FF
RGB
CMYK
RGB Variations
Color information
#5584FF (or 0x5584FF) is known color: Cornflower Blue. HEX triplet: 55, 84 and FF. RGB value is (85,132,255). Sum of RGB (Red+Green+Blue) = 85+132+255=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #5584FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5584FF is #AA7B00. Grayscale: #838383. Windows color (decimal): -11172609 or 16745557. OLE color: 16745557.
HSL color Cylindrical-coordinate representation of color #5584FF: hue angle of 223.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5584FF is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 132 | 255 | - |
| CMYK | 0.67 | 0.48 | 0 | 0 |
| HSL | 223.41º | 1% | 0.67% | - |
| HSV(B) | 223.41º | 0.67% | 1% | - |
| XYZ | 30.05 | 25.65 | 97.98 | - |
| YUV | 131.97 | 197.43 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 255 | 0.67 | 0.48 | 0 | 0 | 223.41 | 1 | 0.67 |
| Hex | 55 | 84 | FF | 43 | 30 | 0 | 0 | DF | 64 | 43 |
| Octal | 125 | 204 | 377 | 103 | 60 | 0 | 0 | 337 | 144 | 103 |
| Binary | 1010101 | 10000100 | 11111111 | 1000011 | 110000 | 0 | 0 | 11011111 | 1100100 | 1000011 |
Color Harmonies of #5584FF
Complementary color
Monochromatic Colors of #5584FF
Black with #5584FF
Text Example
Text Example
White with #5584FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5584FF; }
p { color: rgb(85,132,255); }
H1.HeaderClassName
{
color: #5584FF;
}
.AnyTagClassName
{
color: #5584FF;
}
</style>
background-color css
<style>
a { background-color: #5584FF; }
a { background-color: rgb(85,132,255); }
div.DivClassName
{
background-color: #5584FF;
}
.BgClassName
{
background-color: #5584FF;
}
</style>
border-color css
<style>
span { border-color: #5584FF; }
span { border-color: rgb(85,132,255); }
td.TdClassName
{
border-color: #5584FF;
}
.TagClassName
{
border-color: #5584FF;
}
</style>