Shades of Cornflower Blue #5894FA
Tints of Cornflower Blue #5894FA
RGB
CMYK
RGB Variations
Color information
#5894FA (or 0x5894FA) is known color: Cornflower Blue. HEX triplet: 58, 94 and FA. RGB value is (88,148,250). Sum of RGB (Red+Green+Blue) = 88+148+250=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #5894FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5894FA is #A76B05. Grayscale: #8D8D8D. Windows color (decimal): -10971910 or 16421976. OLE color: 16421976.
HSL color Cylindrical-coordinate representation of color #5894FA: hue angle of 217.78º 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 #5894FA is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 148 | 250 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.02 |
| HSL | 217.78º | 0.94% | 0.66% | - |
| HSV(B) | 217.78º | 0.65% | 0.98% | - |
| XYZ | 31.87 | 30.16 | 94.58 | - |
| YUV | 141.69 | 189.12 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 250 | 0.65 | 0.41 | 0 | 0.02 | 217.78 | 0.94 | 0.66 |
| Hex | 58 | 94 | FA | 41 | 29 | 0 | 2 | DA | 5E | 42 |
| Octal | 130 | 224 | 372 | 101 | 51 | 0 | 2 | 332 | 136 | 102 |
| Binary | 1011000 | 10010100 | 11111010 | 1000001 | 101001 | 0 | 10 | 11011010 | 1011110 | 1000010 |
Color Harmonies of #5894FA
Complementary color
Monochromatic Colors of #5894FA
Black with #5894FA
Text Example
Text Example
White with #5894FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5894FA; }
p { color: rgb(88,148,250); }
H1.HeaderClassName
{
color: #5894FA;
}
.AnyTagClassName
{
color: #5894FA;
}
</style>
background-color css
<style>
a { background-color: #5894FA; }
a { background-color: rgb(88,148,250); }
div.DivClassName
{
background-color: #5894FA;
}
.BgClassName
{
background-color: #5894FA;
}
</style>
border-color css
<style>
span { border-color: #5894FA; }
span { border-color: rgb(88,148,250); }
td.TdClassName
{
border-color: #5894FA;
}
.TagClassName
{
border-color: #5894FA;
}
</style>