Shades of Cornflower Blue #5891F3
Tints of Cornflower Blue #5891F3
RGB
CMYK
RGB Variations
Color information
#5891F3 (or 0x5891F3) is known color: Cornflower Blue. HEX triplet: 58, 91 and F3. RGB value is (88,145,243). Sum of RGB (Red+Green+Blue) = 88+145+243=476 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.49% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #5891F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5891F3 is #A76E0C. Grayscale: #8A8A8A. Windows color (decimal): -10972685 or 15962456. OLE color: 15962456.
HSL color Cylindrical-coordinate representation of color #5891F3: hue angle of 217.94º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5891F3 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 145 | 243 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.05 |
| HSL | 217.94º | 0.87% | 0.65% | - |
| HSV(B) | 217.94º | 0.64% | 0.95% | - |
| XYZ | 30.33 | 28.8 | 88.75 | - |
| YUV | 139.13 | 186.62 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 243 | 0.64 | 0.40 | 0 | 0.05 | 217.94 | 0.87 | 0.65 |
| Hex | 58 | 91 | F3 | 40 | 28 | 0 | 5 | DA | 57 | 41 |
| Octal | 130 | 221 | 363 | 100 | 50 | 0 | 5 | 332 | 127 | 101 |
| Binary | 1011000 | 10010001 | 11110011 | 1000000 | 101000 | 0 | 101 | 11011010 | 1010111 | 1000001 |
Color Harmonies of #5891F3
Complementary color
Monochromatic Colors of #5891F3
Black with #5891F3
Text Example
Text Example
White with #5891F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5891F3; }
p { color: rgb(88,145,243); }
H1.HeaderClassName
{
color: #5891F3;
}
.AnyTagClassName
{
color: #5891F3;
}
</style>
background-color css
<style>
a { background-color: #5891F3; }
a { background-color: rgb(88,145,243); }
div.DivClassName
{
background-color: #5891F3;
}
.BgClassName
{
background-color: #5891F3;
}
</style>
border-color css
<style>
span { border-color: #5891F3; }
span { border-color: rgb(88,145,243); }
td.TdClassName
{
border-color: #5891F3;
}
.TagClassName
{
border-color: #5891F3;
}
</style>