Shades of Cornflower Blue #5D89EA
Tints of Cornflower Blue #5D89EA
RGB
CMYK
RGB Variations
Color information
#5D89EA (or 0x5D89EA) is known color: Cornflower Blue. HEX triplet: 5D, 89 and EA. RGB value is (93,137,234). Sum of RGB (Red+Green+Blue) = 93+137+234=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D89EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D89EA is #A27615. Grayscale: #868686. Windows color (decimal): -10647062 or 15370589. OLE color: 15370589.
HSL color Cylindrical-coordinate representation of color #5D89EA: hue angle of 221.28º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D89EA is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 137 | 234 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.08 |
| HSL | 221.28º | 0.77% | 0.64% | - |
| HSV(B) | 221.28º | 0.6% | 0.92% | - |
| XYZ | 28.31 | 26.16 | 81.4 | - |
| YUV | 134.9 | 183.92 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 234 | 0.60 | 0.41 | 0 | 0.08 | 221.28 | 0.77 | 0.64 |
| Hex | 5D | 89 | EA | 3C | 29 | 0 | 8 | DD | 4D | 40 |
| Octal | 135 | 211 | 352 | 74 | 51 | 0 | 10 | 335 | 115 | 100 |
| Binary | 1011101 | 10001001 | 11101010 | 111100 | 101001 | 0 | 1000 | 11011101 | 1001101 | 1000000 |
Color Harmonies of #5D89EA
Complementary color
Monochromatic Colors of #5D89EA
Black with #5D89EA
Text Example
Text Example
White with #5D89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D89EA; }
p { color: rgb(93,137,234); }
H1.HeaderClassName
{
color: #5D89EA;
}
.AnyTagClassName
{
color: #5D89EA;
}
</style>
background-color css
<style>
a { background-color: #5D89EA; }
a { background-color: rgb(93,137,234); }
div.DivClassName
{
background-color: #5D89EA;
}
.BgClassName
{
background-color: #5D89EA;
}
</style>
border-color css
<style>
span { border-color: #5D89EA; }
span { border-color: rgb(93,137,234); }
td.TdClassName
{
border-color: #5D89EA;
}
.TagClassName
{
border-color: #5D89EA;
}
</style>