Shades of Cornflower Blue #5B8DFB
Tints of Cornflower Blue #5B8DFB
RGB
CMYK
RGB Variations
Color information
#5B8DFB (or 0x5B8DFB) is known color: Cornflower Blue. HEX triplet: 5B, 8D and FB. RGB value is (91,141,251). Sum of RGB (Red+Green+Blue) = 91+141+251=483 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.84% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B8DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8DFB is #A47204. Grayscale: #8A8A8A. Windows color (decimal): -10777093 or 16485723. OLE color: 16485723.
HSL color Cylindrical-coordinate representation of color #5B8DFB: hue angle of 221.25º degrees, saturation: 0.95, 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 #5B8DFB is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 141 | 251 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.02 |
| HSL | 221.25º | 0.95% | 0.67% | - |
| HSV(B) | 221.25º | 0.64% | 0.98% | - |
| XYZ | 31.25 | 28.24 | 95.07 | - |
| YUV | 138.59 | 191.44 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 251 | 0.64 | 0.44 | 0 | 0.02 | 221.25 | 0.95 | 0.67 |
| Hex | 5B | 8D | FB | 40 | 2C | 0 | 2 | DD | 5F | 43 |
| Octal | 133 | 215 | 373 | 100 | 54 | 0 | 2 | 335 | 137 | 103 |
| Binary | 1011011 | 10001101 | 11111011 | 1000000 | 101100 | 0 | 10 | 11011101 | 1011111 | 1000011 |
Color Harmonies of #5B8DFB
Complementary color
Monochromatic Colors of #5B8DFB
Black with #5B8DFB
Text Example
Text Example
White with #5B8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8DFB; }
p { color: rgb(91,141,251); }
H1.HeaderClassName
{
color: #5B8DFB;
}
.AnyTagClassName
{
color: #5B8DFB;
}
</style>
background-color css
<style>
a { background-color: #5B8DFB; }
a { background-color: rgb(91,141,251); }
div.DivClassName
{
background-color: #5B8DFB;
}
.BgClassName
{
background-color: #5B8DFB;
}
</style>
border-color css
<style>
span { border-color: #5B8DFB; }
span { border-color: rgb(91,141,251); }
td.TdClassName
{
border-color: #5B8DFB;
}
.TagClassName
{
border-color: #5B8DFB;
}
</style>