Shades of Cornflower Blue #5A90FF
Tints of Cornflower Blue #5A90FF
RGB
CMYK
RGB Variations
Color information
#5A90FF (or 0x5A90FF) is known color: Cornflower Blue. HEX triplet: 5A, 90 and FF. RGB value is (90,144,255). Sum of RGB (Red+Green+Blue) = 90+144+255=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A90FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A90FF is #A56F00. Grayscale: #8C8C8C. Windows color (decimal): -10841857 or 16748634. OLE color: 16748634.
HSL color Cylindrical-coordinate representation of color #5A90FF: hue angle of 220.36º 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 #5A90FF is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 144 | 255 | - |
| CMYK | 0.65 | 0.44 | 0 | 0 |
| HSL | 220.36º | 1% | 0.68% | - |
| HSV(B) | 220.36º | 0.65% | 1% | - |
| XYZ | 32.24 | 29.34 | 98.57 | - |
| YUV | 140.51 | 192.61 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 144 | 255 | 0.65 | 0.44 | 0 | 0 | 220.36 | 1 | 0.68 |
| Hex | 5A | 90 | FF | 41 | 2C | 0 | 0 | DC | 64 | 44 |
| Octal | 132 | 220 | 377 | 101 | 54 | 0 | 0 | 334 | 144 | 104 |
| Binary | 1011010 | 10010000 | 11111111 | 1000001 | 101100 | 0 | 0 | 11011100 | 1100100 | 1000100 |
Color Harmonies of #5A90FF
Complementary color
Monochromatic Colors of #5A90FF
Black with #5A90FF
Text Example
Text Example
White with #5A90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A90FF; }
p { color: rgb(90,144,255); }
H1.HeaderClassName
{
color: #5A90FF;
}
.AnyTagClassName
{
color: #5A90FF;
}
</style>
background-color css
<style>
a { background-color: #5A90FF; }
a { background-color: rgb(90,144,255); }
div.DivClassName
{
background-color: #5A90FF;
}
.BgClassName
{
background-color: #5A90FF;
}
</style>
border-color css
<style>
span { border-color: #5A90FF; }
span { border-color: rgb(90,144,255); }
td.TdClassName
{
border-color: #5A90FF;
}
.TagClassName
{
border-color: #5A90FF;
}
</style>