Shades of Cornflower Blue #5894FF
Tints of Cornflower Blue #5894FF
RGB
CMYK
RGB Variations
Color information
#5894FF (or 0x5894FF) is known color: Cornflower Blue. HEX triplet: 58, 94 and FF. RGB value is (88,148,255). Sum of RGB (Red+Green+Blue) = 88+148+255=491 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.92% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #5894FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5894FF is #A76B00. Grayscale: #8D8D8D. Windows color (decimal): -10971905 or 16749656. OLE color: 16749656.
HSL color Cylindrical-coordinate representation of color #5894FF: hue angle of 218.44º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5894FF is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 148 | 255 | - |
| CMYK | 0.65 | 0.42 | 0 | 0 |
| HSL | 218.44º | 1% | 0.67% | - |
| HSV(B) | 218.44º | 0.65% | 1% | - |
| XYZ | 32.66 | 30.47 | 98.77 | - |
| YUV | 142.26 | 191.62 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 255 | 0.65 | 0.42 | 0 | 0 | 218.44 | 1 | 0.67 |
| Hex | 58 | 94 | FF | 41 | 2A | 0 | 0 | DA | 64 | 43 |
| Octal | 130 | 224 | 377 | 101 | 52 | 0 | 0 | 332 | 144 | 103 |
| Binary | 1011000 | 10010100 | 11111111 | 1000001 | 101010 | 0 | 0 | 11011010 | 1100100 | 1000011 |
Color Harmonies of #5894FF
Complementary color
Monochromatic Colors of #5894FF
Black with #5894FF
Text Example
Text Example
White with #5894FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5894FF; }
p { color: rgb(88,148,255); }
H1.HeaderClassName
{
color: #5894FF;
}
.AnyTagClassName
{
color: #5894FF;
}
</style>
background-color css
<style>
a { background-color: #5894FF; }
a { background-color: rgb(88,148,255); }
div.DivClassName
{
background-color: #5894FF;
}
.BgClassName
{
background-color: #5894FF;
}
</style>
border-color css
<style>
span { border-color: #5894FF; }
span { border-color: rgb(88,148,255); }
td.TdClassName
{
border-color: #5894FF;
}
.TagClassName
{
border-color: #5894FF;
}
</style>