Shades of Cornflower Blue #5A80FF
Tints of Cornflower Blue #5A80FF
RGB
CMYK
RGB Variations
Color information
#5A80FF (or 0x5A80FF) is known color: Cornflower Blue. HEX triplet: 5A, 80 and FF. RGB value is (90,128,255). Sum of RGB (Red+Green+Blue) = 90+128+255=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A80FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A80FF is #A57F00. Grayscale: #828282. Windows color (decimal): -10845953 or 16744538. OLE color: 16744538.
HSL color Cylindrical-coordinate representation of color #5A80FF: hue angle of 226.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A80FF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 128 | 255 | - |
| CMYK | 0.65 | 0.50 | 0 | 0 |
| HSL | 226.18º | 1% | 0.68% | - |
| HSV(B) | 226.18º | 0.65% | 1% | - |
| XYZ | 29.99 | 24.83 | 97.82 | - |
| YUV | 131.12 | 197.91 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 128 | 255 | 0.65 | 0.50 | 0 | 0 | 226.18 | 1 | 0.68 |
| Hex | 5A | 80 | FF | 41 | 32 | 0 | 0 | E2 | 64 | 44 |
| Octal | 132 | 200 | 377 | 101 | 62 | 0 | 0 | 342 | 144 | 104 |
| Binary | 1011010 | 10000000 | 11111111 | 1000001 | 110010 | 0 | 0 | 11100010 | 1100100 | 1000100 |
Color Harmonies of #5A80FF
Complementary color
Monochromatic Colors of #5A80FF
Black with #5A80FF
Text Example
Text Example
White with #5A80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A80FF; }
p { color: rgb(90,128,255); }
H1.HeaderClassName
{
color: #5A80FF;
}
.AnyTagClassName
{
color: #5A80FF;
}
</style>
background-color css
<style>
a { background-color: #5A80FF; }
a { background-color: rgb(90,128,255); }
div.DivClassName
{
background-color: #5A80FF;
}
.BgClassName
{
background-color: #5A80FF;
}
</style>
border-color css
<style>
span { border-color: #5A80FF; }
span { border-color: rgb(90,128,255); }
td.TdClassName
{
border-color: #5A80FF;
}
.TagClassName
{
border-color: #5A80FF;
}
</style>