Shades of Cornflower Blue #5589FE
Tints of Cornflower Blue #5589FE
RGB
CMYK
RGB Variations
Color information
#5589FE (or 0x5589FE) is known color: Cornflower Blue. HEX triplet: 55, 89 and FE. RGB value is (85,137,254). Sum of RGB (Red+Green+Blue) = 85+137+254=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #5589FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5589FE is #AA7601. Grayscale: #868686. Windows color (decimal): -11171330 or 16681301. OLE color: 16681301.
HSL color Cylindrical-coordinate representation of color #5589FE: hue angle of 221.54º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5589FE is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 137 | 254 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.00 |
| HSL | 221.54º | 0.99% | 0.66% | - |
| HSV(B) | 221.54º | 0.67% | 1% | - |
| XYZ | 30.58 | 26.98 | 97.36 | - |
| YUV | 134.79 | 195.27 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 254 | 0.67 | 0.46 | 0 | 0.00 | 221.54 | 0.99 | 0.66 |
| Hex | 55 | 89 | FE | 43 | 2E | 0 | 0 | DE | 63 | 42 |
| Octal | 125 | 211 | 376 | 103 | 56 | 0 | 0 | 336 | 143 | 102 |
| Binary | 1010101 | 10001001 | 11111110 | 1000011 | 101110 | 0 | 0 | 11011110 | 1100011 | 1000010 |
Color Harmonies of #5589FE
Complementary color
Monochromatic Colors of #5589FE
Black with #5589FE
Text Example
Text Example
White with #5589FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5589FE; }
p { color: rgb(85,137,254); }
H1.HeaderClassName
{
color: #5589FE;
}
.AnyTagClassName
{
color: #5589FE;
}
</style>
background-color css
<style>
a { background-color: #5589FE; }
a { background-color: rgb(85,137,254); }
div.DivClassName
{
background-color: #5589FE;
}
.BgClassName
{
background-color: #5589FE;
}
</style>
border-color css
<style>
span { border-color: #5589FE; }
span { border-color: rgb(85,137,254); }
td.TdClassName
{
border-color: #5589FE;
}
.TagClassName
{
border-color: #5589FE;
}
</style>