Shades of Cornflower Blue #5B8DFA
Tints of Cornflower Blue #5B8DFA
RGB
CMYK
RGB Variations
Color information
#5B8DFA (or 0x5B8DFA) is known color: Cornflower Blue. HEX triplet: 5B, 8D and FA. RGB value is (91,141,250). Sum of RGB (Red+Green+Blue) = 91+141+250=482 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.88% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B8DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8DFA is #A47205. Grayscale: #898989. Windows color (decimal): -10777094 or 16420187. OLE color: 16420187.
HSL color Cylindrical-coordinate representation of color #5B8DFA: hue angle of 221.13º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B8DFA is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 141 | 250 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.02 |
| HSL | 221.13º | 0.94% | 0.67% | - |
| HSV(B) | 221.13º | 0.64% | 0.98% | - |
| XYZ | 31.09 | 28.18 | 94.24 | - |
| YUV | 138.48 | 190.94 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 250 | 0.64 | 0.44 | 0 | 0.02 | 221.13 | 0.94 | 0.67 |
| Hex | 5B | 8D | FA | 40 | 2C | 0 | 2 | DD | 5E | 43 |
| Octal | 133 | 215 | 372 | 100 | 54 | 0 | 2 | 335 | 136 | 103 |
| Binary | 1011011 | 10001101 | 11111010 | 1000000 | 101100 | 0 | 10 | 11011101 | 1011110 | 1000011 |
Color Harmonies of #5B8DFA
Complementary color
Monochromatic Colors of #5B8DFA
Black with #5B8DFA
Text Example
Text Example
White with #5B8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8DFA; }
p { color: rgb(91,141,250); }
H1.HeaderClassName
{
color: #5B8DFA;
}
.AnyTagClassName
{
color: #5B8DFA;
}
</style>
background-color css
<style>
a { background-color: #5B8DFA; }
a { background-color: rgb(91,141,250); }
div.DivClassName
{
background-color: #5B8DFA;
}
.BgClassName
{
background-color: #5B8DFA;
}
</style>
border-color css
<style>
span { border-color: #5B8DFA; }
span { border-color: rgb(91,141,250); }
td.TdClassName
{
border-color: #5B8DFA;
}
.TagClassName
{
border-color: #5B8DFA;
}
</style>