Shades of Cornflower Blue #5A8CFF
Tints of Cornflower Blue #5A8CFF
RGB
CMYK
RGB Variations
Color information
#5A8CFF (or 0x5A8CFF) is known color: Cornflower Blue. HEX triplet: 5A, 8C and FF. RGB value is (90,140,255). Sum of RGB (Red+Green+Blue) = 90+140+255=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A8CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8CFF is #A57300. Grayscale: #898989. Windows color (decimal): -10842881 or 16747610. OLE color: 16747610.
HSL color Cylindrical-coordinate representation of color #5A8CFF: hue angle of 221.82º 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 #5A8CFF is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 140 | 255 | - |
| CMYK | 0.65 | 0.45 | 0 | 0 |
| HSL | 221.82º | 1% | 0.68% | - |
| HSV(B) | 221.82º | 0.65% | 1% | - |
| XYZ | 31.64 | 28.15 | 98.37 | - |
| YUV | 138.16 | 193.94 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 255 | 0.65 | 0.45 | 0 | 0 | 221.82 | 1 | 0.68 |
| Hex | 5A | 8C | FF | 41 | 2D | 0 | 0 | DE | 64 | 44 |
| Octal | 132 | 214 | 377 | 101 | 55 | 0 | 0 | 336 | 144 | 104 |
| Binary | 1011010 | 10001100 | 11111111 | 1000001 | 101101 | 0 | 0 | 11011110 | 1100100 | 1000100 |
Color Harmonies of #5A8CFF
Complementary color
Monochromatic Colors of #5A8CFF
Black with #5A8CFF
Text Example
Text Example
White with #5A8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8CFF; }
p { color: rgb(90,140,255); }
H1.HeaderClassName
{
color: #5A8CFF;
}
.AnyTagClassName
{
color: #5A8CFF;
}
</style>
background-color css
<style>
a { background-color: #5A8CFF; }
a { background-color: rgb(90,140,255); }
div.DivClassName
{
background-color: #5A8CFF;
}
.BgClassName
{
background-color: #5A8CFF;
}
</style>
border-color css
<style>
span { border-color: #5A8CFF; }
span { border-color: rgb(90,140,255); }
td.TdClassName
{
border-color: #5A8CFF;
}
.TagClassName
{
border-color: #5A8CFF;
}
</style>