Shades of Cornflower Blue #5B7BE9
Tints of Cornflower Blue #5B7BE9
RGB
CMYK
RGB Variations
Color information
#5B7BE9 (or 0x5B7BE9) is known color: Cornflower Blue. HEX triplet: 5B, 7B and E9. RGB value is (91,123,233). Sum of RGB (Red+Green+Blue) = 91+123+233=447 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.36% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #5B7BE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7BE9 is #A48416. Grayscale: #7D7D7D. Windows color (decimal): -10781719 or 15301467. OLE color: 15301467.
HSL color Cylindrical-coordinate representation of color #5B7BE9: hue angle of 226.48º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B7BE9 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 123 | 233 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.09 |
| HSL | 226.48º | 0.76% | 0.64% | - |
| HSV(B) | 226.48º | 0.61% | 0.91% | - |
| XYZ | 26.11 | 22.27 | 80.01 | - |
| YUV | 125.97 | 188.4 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 233 | 0.61 | 0.47 | 0 | 0.09 | 226.48 | 0.76 | 0.64 |
| Hex | 5B | 7B | E9 | 3D | 2F | 0 | 9 | E2 | 4C | 40 |
| Octal | 133 | 173 | 351 | 75 | 57 | 0 | 11 | 342 | 114 | 100 |
| Binary | 1011011 | 1111011 | 11101001 | 111101 | 101111 | 0 | 1001 | 11100010 | 1001100 | 1000000 |
Color Harmonies of #5B7BE9
Complementary color
Monochromatic Colors of #5B7BE9
Black with #5B7BE9
Text Example
Text Example
White with #5B7BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7BE9; }
p { color: rgb(91,123,233); }
H1.HeaderClassName
{
color: #5B7BE9;
}
.AnyTagClassName
{
color: #5B7BE9;
}
</style>
background-color css
<style>
a { background-color: #5B7BE9; }
a { background-color: rgb(91,123,233); }
div.DivClassName
{
background-color: #5B7BE9;
}
.BgClassName
{
background-color: #5B7BE9;
}
</style>
border-color css
<style>
span { border-color: #5B7BE9; }
span { border-color: rgb(91,123,233); }
td.TdClassName
{
border-color: #5B7BE9;
}
.TagClassName
{
border-color: #5B7BE9;
}
</style>