Shades of Cornflower Blue #5881DD
Tints of Cornflower Blue #5881DD
RGB
CMYK
RGB Variations
Color information
#5881DD (or 0x5881DD) is known color: Cornflower Blue. HEX triplet: 58, 81 and DD. RGB value is (88,129,221). Sum of RGB (Red+Green+Blue) = 88+129+221=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #5881DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5881DD is #A77E22. Grayscale: #7E7E7E. Windows color (decimal): -10976803 or 14516568. OLE color: 14516568.
HSL color Cylindrical-coordinate representation of color #5881DD: hue angle of 221.5º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5881DD is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 129 | 221 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.13 |
| HSL | 221.5º | 0.66% | 0.61% | - |
| HSV(B) | 221.5º | 0.6% | 0.87% | - |
| XYZ | 24.93 | 23 | 71.53 | - |
| YUV | 127.23 | 180.92 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 221 | 0.60 | 0.42 | 0 | 0.13 | 221.5 | 0.66 | 0.61 |
| Hex | 58 | 81 | DD | 3C | 2A | 0 | D | DE | 42 | 3D |
| Octal | 130 | 201 | 335 | 74 | 52 | 0 | 15 | 336 | 102 | 75 |
| Binary | 1011000 | 10000001 | 11011101 | 111100 | 101010 | 0 | 1101 | 11011110 | 1000010 | 111101 |
Color Harmonies of #5881DD
Complementary color
Monochromatic Colors of #5881DD
Black with #5881DD
Text Example
Text Example
White with #5881DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5881DD; }
p { color: rgb(88,129,221); }
H1.HeaderClassName
{
color: #5881DD;
}
.AnyTagClassName
{
color: #5881DD;
}
</style>
background-color css
<style>
a { background-color: #5881DD; }
a { background-color: rgb(88,129,221); }
div.DivClassName
{
background-color: #5881DD;
}
.BgClassName
{
background-color: #5881DD;
}
</style>
border-color css
<style>
span { border-color: #5881DD; }
span { border-color: rgb(88,129,221); }
td.TdClassName
{
border-color: #5881DD;
}
.TagClassName
{
border-color: #5881DD;
}
</style>