Shades of Cornflower Blue #5A80E6
Tints of Cornflower Blue #5A80E6
RGB
CMYK
RGB Variations
Color information
#5A80E6 (or 0x5A80E6) is known color: Cornflower Blue. HEX triplet: 5A, 80 and E6. RGB value is (90,128,230). Sum of RGB (Red+Green+Blue) = 90+128+230=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #5A80E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A80E6 is #A57F19. Grayscale: #7F7F7F. Windows color (decimal): -10845978 or 15106138. OLE color: 15106138.
HSL color Cylindrical-coordinate representation of color #5A80E6: hue angle of 223.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A80E6 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 128 | 230 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.10 |
| HSL | 223.71º | 0.74% | 0.63% | - |
| HSV(B) | 223.71º | 0.61% | 0.9% | - |
| XYZ | 26.22 | 23.33 | 77.98 | - |
| YUV | 128.27 | 185.41 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 128 | 230 | 0.61 | 0.44 | 0 | 0.10 | 223.71 | 0.74 | 0.63 |
| Hex | 5A | 80 | E6 | 3D | 2C | 0 | A | E0 | 4A | 3F |
| Octal | 132 | 200 | 346 | 75 | 54 | 0 | 12 | 340 | 112 | 77 |
| Binary | 1011010 | 10000000 | 11100110 | 111101 | 101100 | 0 | 1010 | 11100000 | 1001010 | 111111 |
Color Harmonies of #5A80E6
Complementary color
Monochromatic Colors of #5A80E6
Black with #5A80E6
Text Example
Text Example
White with #5A80E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A80E6; }
p { color: rgb(90,128,230); }
H1.HeaderClassName
{
color: #5A80E6;
}
.AnyTagClassName
{
color: #5A80E6;
}
</style>
background-color css
<style>
a { background-color: #5A80E6; }
a { background-color: rgb(90,128,230); }
div.DivClassName
{
background-color: #5A80E6;
}
.BgClassName
{
background-color: #5A80E6;
}
</style>
border-color css
<style>
span { border-color: #5A80E6; }
span { border-color: rgb(90,128,230); }
td.TdClassName
{
border-color: #5A80E6;
}
.TagClassName
{
border-color: #5A80E6;
}
</style>