Shades of Cornflower Blue #5883DC
Tints of Cornflower Blue #5883DC
RGB
CMYK
RGB Variations
Color information
#5883DC (or 0x5883DC) is known color: Cornflower Blue. HEX triplet: 58, 83 and DC. RGB value is (88,131,220). Sum of RGB (Red+Green+Blue) = 88+131+220=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #5883DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5883DC is #A77C23. Grayscale: #7F7F7F. Windows color (decimal): -10976292 or 14451544. OLE color: 14451544.
HSL color Cylindrical-coordinate representation of color #5883DC: hue angle of 220.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5883DC is Cyan = 0.6, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 131 | 220 | - |
| CMYK | 0.6 | 0.40 | 0 | 0.14 |
| HSL | 220.45º | 0.65% | 0.6% | - |
| HSV(B) | 220.45º | 0.6% | 0.86% | - |
| XYZ | 25.06 | 23.47 | 70.92 | - |
| YUV | 128.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 220 | 0.6 | 0.40 | 0 | 0.14 | 220.45 | 0.65 | 0.6 |
| Hex | 58 | 83 | DC | 3C | 28 | 0 | E | DC | 41 | 3C |
| Octal | 130 | 203 | 334 | 74 | 50 | 0 | 16 | 334 | 101 | 74 |
| Binary | 1011000 | 10000011 | 11011100 | 111100 | 101000 | 0 | 1110 | 11011100 | 1000001 | 111100 |
Color Harmonies of #5883DC
Complementary color
Monochromatic Colors of #5883DC
Black with #5883DC
Text Example
Text Example
White with #5883DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5883DC; }
p { color: rgb(88,131,220); }
H1.HeaderClassName
{
color: #5883DC;
}
.AnyTagClassName
{
color: #5883DC;
}
</style>
background-color css
<style>
a { background-color: #5883DC; }
a { background-color: rgb(88,131,220); }
div.DivClassName
{
background-color: #5883DC;
}
.BgClassName
{
background-color: #5883DC;
}
</style>
border-color css
<style>
span { border-color: #5883DC; }
span { border-color: rgb(88,131,220); }
td.TdClassName
{
border-color: #5883DC;
}
.TagClassName
{
border-color: #5883DC;
}
</style>