Shades of Cornflower Blue #5B7EEA
Tints of Cornflower Blue #5B7EEA
RGB
CMYK
RGB Variations
Color information
#5B7EEA (or 0x5B7EEA) is known color: Cornflower Blue. HEX triplet: 5B, 7E and EA. RGB value is (91,126,234). Sum of RGB (Red+Green+Blue) = 91+126+234=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B7EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7EEA is #A48115. Grayscale: #7F7F7F. Windows color (decimal): -10780950 or 15367771. OLE color: 15367771.
HSL color Cylindrical-coordinate representation of color #5B7EEA: hue angle of 225.31º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B7EEA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 126 | 234 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.08 |
| HSL | 225.31º | 0.77% | 0.64% | - |
| HSV(B) | 225.31º | 0.61% | 0.92% | - |
| XYZ | 26.63 | 23.09 | 80.89 | - |
| YUV | 127.85 | 187.9 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 126 | 234 | 0.61 | 0.46 | 0 | 0.08 | 225.31 | 0.77 | 0.64 |
| Hex | 5B | 7E | EA | 3D | 2E | 0 | 8 | E1 | 4D | 40 |
| Octal | 133 | 176 | 352 | 75 | 56 | 0 | 10 | 341 | 115 | 100 |
| Binary | 1011011 | 1111110 | 11101010 | 111101 | 101110 | 0 | 1000 | 11100001 | 1001101 | 1000000 |
Color Harmonies of #5B7EEA
Complementary color
Monochromatic Colors of #5B7EEA
Black with #5B7EEA
Text Example
Text Example
White with #5B7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7EEA; }
p { color: rgb(91,126,234); }
H1.HeaderClassName
{
color: #5B7EEA;
}
.AnyTagClassName
{
color: #5B7EEA;
}
</style>
background-color css
<style>
a { background-color: #5B7EEA; }
a { background-color: rgb(91,126,234); }
div.DivClassName
{
background-color: #5B7EEA;
}
.BgClassName
{
background-color: #5B7EEA;
}
</style>
border-color css
<style>
span { border-color: #5B7EEA; }
span { border-color: rgb(91,126,234); }
td.TdClassName
{
border-color: #5B7EEA;
}
.TagClassName
{
border-color: #5B7EEA;
}
</style>