Shades of Cornflower Blue #5789F7
Tints of Cornflower Blue #5789F7
RGB
CMYK
RGB Variations
Color information
#5789F7 (or 0x5789F7) is known color: Cornflower Blue. HEX triplet: 57, 89 and F7. RGB value is (87,137,247). Sum of RGB (Red+Green+Blue) = 87+137+247=471 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.47% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #5789F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5789F7 is #A87608. Grayscale: #868686. Windows color (decimal): -11040265 or 16222551. OLE color: 16222551.
HSL color Cylindrical-coordinate representation of color #5789F7: hue angle of 221.25º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5789F7 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 87 | 137 | 247 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.03 |
| HSL | 221.25º | 0.91% | 0.65% | - |
| HSV(B) | 221.25º | 0.65% | 0.97% | - |
| XYZ | 29.66 | 26.63 | 91.57 | - |
| YUV | 134.59 | 191.44 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 137 | 247 | 0.65 | 0.45 | 0 | 0.03 | 221.25 | 0.91 | 0.65 |
| Hex | 57 | 89 | F7 | 41 | 2D | 0 | 3 | DD | 5B | 41 |
| Octal | 127 | 211 | 367 | 101 | 55 | 0 | 3 | 335 | 133 | 101 |
| Binary | 1010111 | 10001001 | 11110111 | 1000001 | 101101 | 0 | 11 | 11011101 | 1011011 | 1000001 |
Color Harmonies of #5789F7
Complementary color
Monochromatic Colors of #5789F7
Black with #5789F7
Text Example
Text Example
White with #5789F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5789F7; }
p { color: rgb(87,137,247); }
H1.HeaderClassName
{
color: #5789F7;
}
.AnyTagClassName
{
color: #5789F7;
}
</style>
background-color css
<style>
a { background-color: #5789F7; }
a { background-color: rgb(87,137,247); }
div.DivClassName
{
background-color: #5789F7;
}
.BgClassName
{
background-color: #5789F7;
}
</style>
border-color css
<style>
span { border-color: #5789F7; }
span { border-color: rgb(87,137,247); }
td.TdClassName
{
border-color: #5789F7;
}
.TagClassName
{
border-color: #5789F7;
}
</style>