Shades of Cornflower Blue #5893F5
Tints of Cornflower Blue #5893F5
RGB
CMYK
RGB Variations
Color information
#5893F5 (or 0x5893F5) is known color: Cornflower Blue. HEX triplet: 58, 93 and F5. RGB value is (88,147,245). Sum of RGB (Red+Green+Blue) = 88+147+245=480 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.33% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #5893F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5893F5 is #A76C0A. Grayscale: #8C8C8C. Windows color (decimal): -10972171 or 16094040. OLE color: 16094040.
HSL color Cylindrical-coordinate representation of color #5893F5: hue angle of 217.45º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5893F5 is Cyan = 0.64, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 147 | 245 | - |
| CMYK | 0.64 | 0.4 | 0 | 0.04 |
| HSL | 217.45º | 0.89% | 0.65% | - |
| HSV(B) | 217.45º | 0.64% | 0.96% | - |
| XYZ | 30.94 | 29.53 | 90.46 | - |
| YUV | 140.53 | 186.95 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 245 | 0.64 | 0.4 | 0 | 0.04 | 217.45 | 0.89 | 0.65 |
| Hex | 58 | 93 | F5 | 40 | 28 | 0 | 4 | D9 | 59 | 41 |
| Octal | 130 | 223 | 365 | 100 | 50 | 0 | 4 | 331 | 131 | 101 |
| Binary | 1011000 | 10010011 | 11110101 | 1000000 | 101000 | 0 | 100 | 11011001 | 1011001 | 1000001 |
Color Harmonies of #5893F5
Complementary color
Monochromatic Colors of #5893F5
Black with #5893F5
Text Example
Text Example
White with #5893F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5893F5; }
p { color: rgb(88,147,245); }
H1.HeaderClassName
{
color: #5893F5;
}
.AnyTagClassName
{
color: #5893F5;
}
</style>
background-color css
<style>
a { background-color: #5893F5; }
a { background-color: rgb(88,147,245); }
div.DivClassName
{
background-color: #5893F5;
}
.BgClassName
{
background-color: #5893F5;
}
</style>
border-color css
<style>
span { border-color: #5893F5; }
span { border-color: rgb(88,147,245); }
td.TdClassName
{
border-color: #5893F5;
}
.TagClassName
{
border-color: #5893F5;
}
</style>