Shades of Cornflower Blue #5A8BF1
Tints of Cornflower Blue #5A8BF1
RGB
CMYK
RGB Variations
Color information
#5A8BF1 (or 0x5A8BF1) is known color: Cornflower Blue. HEX triplet: 5A, 8B and F1. RGB value is (90,139,241). Sum of RGB (Red+Green+Blue) = 90+139+241=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #5A8BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8BF1 is #A5740E. Grayscale: #878787. Windows color (decimal): -10843151 or 15829850. OLE color: 15829850.
HSL color Cylindrical-coordinate representation of color #5A8BF1: hue angle of 220.53º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A8BF1 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 139 | 241 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.05 |
| HSL | 220.53º | 0.84% | 0.65% | - |
| HSV(B) | 220.53º | 0.63% | 0.95% | - |
| XYZ | 29.33 | 26.99 | 86.88 | - |
| YUV | 135.98 | 187.27 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 241 | 0.63 | 0.42 | 0 | 0.05 | 220.53 | 0.84 | 0.65 |
| Hex | 5A | 8B | F1 | 3F | 2A | 0 | 5 | DD | 54 | 41 |
| Octal | 132 | 213 | 361 | 77 | 52 | 0 | 5 | 335 | 124 | 101 |
| Binary | 1011010 | 10001011 | 11110001 | 111111 | 101010 | 0 | 101 | 11011101 | 1010100 | 1000001 |
Color Harmonies of #5A8BF1
Complementary color
Monochromatic Colors of #5A8BF1
Black with #5A8BF1
Text Example
Text Example
White with #5A8BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8BF1; }
p { color: rgb(90,139,241); }
H1.HeaderClassName
{
color: #5A8BF1;
}
.AnyTagClassName
{
color: #5A8BF1;
}
</style>
background-color css
<style>
a { background-color: #5A8BF1; }
a { background-color: rgb(90,139,241); }
div.DivClassName
{
background-color: #5A8BF1;
}
.BgClassName
{
background-color: #5A8BF1;
}
</style>
border-color css
<style>
span { border-color: #5A8BF1; }
span { border-color: rgb(90,139,241); }
td.TdClassName
{
border-color: #5A8BF1;
}
.TagClassName
{
border-color: #5A8BF1;
}
</style>