Shades of Cornflower Blue #5581DF
Tints of Cornflower Blue #5581DF
RGB
CMYK
RGB Variations
Color information
#5581DF (or 0x5581DF) is known color: Cornflower Blue. HEX triplet: 55, 81 and DF. RGB value is (85,129,223). Sum of RGB (Red+Green+Blue) = 85+129+223=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #5581DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5581DF is #AA7E20. Grayscale: #7E7E7E. Windows color (decimal): -11173409 or 14647637. OLE color: 14647637.
HSL color Cylindrical-coordinate representation of color #5581DF: hue angle of 220.87º 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 #5581DF is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 129 | 223 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.13 |
| HSL | 220.87º | 0.68% | 0.6% | - |
| HSV(B) | 220.87º | 0.62% | 0.87% | - |
| XYZ | 24.92 | 22.96 | 72.93 | - |
| YUV | 126.56 | 182.42 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 223 | 0.62 | 0.42 | 0 | 0.13 | 220.87 | 0.68 | 0.6 |
| Hex | 55 | 81 | DF | 3E | 2A | 0 | D | DD | 44 | 3C |
| Octal | 125 | 201 | 337 | 76 | 52 | 0 | 15 | 335 | 104 | 74 |
| Binary | 1010101 | 10000001 | 11011111 | 111110 | 101010 | 0 | 1101 | 11011101 | 1000100 | 111100 |
Color Harmonies of #5581DF
Complementary color
Monochromatic Colors of #5581DF
Black with #5581DF
Text Example
Text Example
White with #5581DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5581DF; }
p { color: rgb(85,129,223); }
H1.HeaderClassName
{
color: #5581DF;
}
.AnyTagClassName
{
color: #5581DF;
}
</style>
background-color css
<style>
a { background-color: #5581DF; }
a { background-color: rgb(85,129,223); }
div.DivClassName
{
background-color: #5581DF;
}
.BgClassName
{
background-color: #5581DF;
}
</style>
border-color css
<style>
span { border-color: #5581DF; }
span { border-color: rgb(85,129,223); }
td.TdClassName
{
border-color: #5581DF;
}
.TagClassName
{
border-color: #5581DF;
}
</style>