Shades of Cornflower Blue #5780FA
Tints of Cornflower Blue #5780FA
RGB
CMYK
RGB Variations
Color information
#5780FA (or 0x5780FA) is known color: Cornflower Blue. HEX triplet: 57, 80 and FA. RGB value is (87,128,250). Sum of RGB (Red+Green+Blue) = 87+128+250=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #5780FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5780FA is #A87F05. Grayscale: #818181. Windows color (decimal): -11042566 or 16416855. OLE color: 16416855.
HSL color Cylindrical-coordinate representation of color #5780FA: hue angle of 224.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5780FA is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 128 | 250 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.02 |
| HSL | 224.91º | 0.94% | 0.66% | - |
| HSV(B) | 224.91º | 0.65% | 0.98% | - |
| XYZ | 28.9 | 24.37 | 93.62 | - |
| YUV | 129.65 | 195.92 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 250 | 0.65 | 0.49 | 0 | 0.02 | 224.91 | 0.94 | 0.66 |
| Hex | 57 | 80 | FA | 41 | 31 | 0 | 2 | E1 | 5E | 42 |
| Octal | 127 | 200 | 372 | 101 | 61 | 0 | 2 | 341 | 136 | 102 |
| Binary | 1010111 | 10000000 | 11111010 | 1000001 | 110001 | 0 | 10 | 11100001 | 1011110 | 1000010 |
Color Harmonies of #5780FA
Complementary color
Monochromatic Colors of #5780FA
Black with #5780FA
Text Example
Text Example
White with #5780FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5780FA; }
p { color: rgb(87,128,250); }
H1.HeaderClassName
{
color: #5780FA;
}
.AnyTagClassName
{
color: #5780FA;
}
</style>
background-color css
<style>
a { background-color: #5780FA; }
a { background-color: rgb(87,128,250); }
div.DivClassName
{
background-color: #5780FA;
}
.BgClassName
{
background-color: #5780FA;
}
</style>
border-color css
<style>
span { border-color: #5780FA; }
span { border-color: rgb(87,128,250); }
td.TdClassName
{
border-color: #5780FA;
}
.TagClassName
{
border-color: #5780FA;
}
</style>