Shades of Cornflower Blue #5884FA
Tints of Cornflower Blue #5884FA
RGB
CMYK
RGB Variations
Color information
#5884FA (or 0x5884FA) is known color: Cornflower Blue. HEX triplet: 58, 84 and FA. RGB value is (88,132,250). Sum of RGB (Red+Green+Blue) = 88+132+250=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #5884FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5884FA is #A77B05. Grayscale: #838383. Windows color (decimal): -10976006 or 16417880. OLE color: 16417880.
HSL color Cylindrical-coordinate representation of color #5884FA: hue angle of 223.7º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5884FA is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 132 | 250 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.02 |
| HSL | 223.7º | 0.94% | 0.66% | - |
| HSV(B) | 223.7º | 0.65% | 0.98% | - |
| XYZ | 29.53 | 25.48 | 93.8 | - |
| YUV | 132.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 250 | 0.65 | 0.47 | 0 | 0.02 | 223.7 | 0.94 | 0.66 |
| Hex | 58 | 84 | FA | 41 | 2F | 0 | 2 | E0 | 5E | 42 |
| Octal | 130 | 204 | 372 | 101 | 57 | 0 | 2 | 340 | 136 | 102 |
| Binary | 1011000 | 10000100 | 11111010 | 1000001 | 101111 | 0 | 10 | 11100000 | 1011110 | 1000010 |
Color Harmonies of #5884FA
Complementary color
Monochromatic Colors of #5884FA
Black with #5884FA
Text Example
Text Example
White with #5884FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5884FA; }
p { color: rgb(88,132,250); }
H1.HeaderClassName
{
color: #5884FA;
}
.AnyTagClassName
{
color: #5884FA;
}
</style>
background-color css
<style>
a { background-color: #5884FA; }
a { background-color: rgb(88,132,250); }
div.DivClassName
{
background-color: #5884FA;
}
.BgClassName
{
background-color: #5884FA;
}
</style>
border-color css
<style>
span { border-color: #5884FA; }
span { border-color: rgb(88,132,250); }
td.TdClassName
{
border-color: #5884FA;
}
.TagClassName
{
border-color: #5884FA;
}
</style>