Shades of Cornflower Blue #5B8DF9
Tints of Cornflower Blue #5B8DF9
RGB
CMYK
RGB Variations
Color information
#5B8DF9 (or 0x5B8DF9) is known color: Cornflower Blue. HEX triplet: 5B, 8D and F9. RGB value is (91,141,249). Sum of RGB (Red+Green+Blue) = 91+141+249=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #5B8DF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8DF9 is #A47206. Grayscale: #898989. Windows color (decimal): -10777095 or 16354651. OLE color: 16354651.
HSL color Cylindrical-coordinate representation of color #5B8DF9: hue angle of 221.01º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B8DF9 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 141 | 249 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.02 |
| HSL | 221.01º | 0.93% | 0.67% | - |
| HSV(B) | 221.01º | 0.63% | 0.98% | - |
| XYZ | 30.94 | 28.11 | 93.42 | - |
| YUV | 138.36 | 190.44 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 249 | 0.63 | 0.43 | 0 | 0.02 | 221.01 | 0.93 | 0.67 |
| Hex | 5B | 8D | F9 | 3F | 2B | 0 | 2 | DD | 5D | 43 |
| Octal | 133 | 215 | 371 | 77 | 53 | 0 | 2 | 335 | 135 | 103 |
| Binary | 1011011 | 10001101 | 11111001 | 111111 | 101011 | 0 | 10 | 11011101 | 1011101 | 1000011 |
Color Harmonies of #5B8DF9
Complementary color
Monochromatic Colors of #5B8DF9
Black with #5B8DF9
Text Example
Text Example
White with #5B8DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8DF9; }
p { color: rgb(91,141,249); }
H1.HeaderClassName
{
color: #5B8DF9;
}
.AnyTagClassName
{
color: #5B8DF9;
}
</style>
background-color css
<style>
a { background-color: #5B8DF9; }
a { background-color: rgb(91,141,249); }
div.DivClassName
{
background-color: #5B8DF9;
}
.BgClassName
{
background-color: #5B8DF9;
}
</style>
border-color css
<style>
span { border-color: #5B8DF9; }
span { border-color: rgb(91,141,249); }
td.TdClassName
{
border-color: #5B8DF9;
}
.TagClassName
{
border-color: #5B8DF9;
}
</style>