Shades of Cornflower Blue #5B7FEB
Tints of Cornflower Blue #5B7FEB
RGB
CMYK
RGB Variations
Color information
#5B7FEB (or 0x5B7FEB) is known color: Cornflower Blue. HEX triplet: 5B, 7F and EB. RGB value is (91,127,235). Sum of RGB (Red+Green+Blue) = 91+127+235=453 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.09% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B7FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7FEB is #A48014. Grayscale: #808080. Windows color (decimal): -10780693 or 15433563. OLE color: 15433563.
HSL color Cylindrical-coordinate representation of color #5B7FEB: hue angle of 225º degrees, saturation: 0.78, 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 #5B7FEB is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 127 | 235 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.08 |
| HSL | 225º | 0.78% | 0.64% | - |
| HSV(B) | 225º | 0.61% | 0.92% | - |
| XYZ | 26.9 | 23.4 | 81.7 | - |
| YUV | 128.55 | 188.07 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 127 | 235 | 0.61 | 0.46 | 0 | 0.08 | 225 | 0.78 | 0.64 |
| Hex | 5B | 7F | EB | 3D | 2E | 0 | 8 | E1 | 4E | 40 |
| Octal | 133 | 177 | 353 | 75 | 56 | 0 | 10 | 341 | 116 | 100 |
| Binary | 1011011 | 1111111 | 11101011 | 111101 | 101110 | 0 | 1000 | 11100001 | 1001110 | 1000000 |
Color Harmonies of #5B7FEB
Complementary color
Monochromatic Colors of #5B7FEB
Black with #5B7FEB
Text Example
Text Example
White with #5B7FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7FEB; }
p { color: rgb(91,127,235); }
H1.HeaderClassName
{
color: #5B7FEB;
}
.AnyTagClassName
{
color: #5B7FEB;
}
</style>
background-color css
<style>
a { background-color: #5B7FEB; }
a { background-color: rgb(91,127,235); }
div.DivClassName
{
background-color: #5B7FEB;
}
.BgClassName
{
background-color: #5B7FEB;
}
</style>
border-color css
<style>
span { border-color: #5B7FEB; }
span { border-color: rgb(91,127,235); }
td.TdClassName
{
border-color: #5B7FEB;
}
.TagClassName
{
border-color: #5B7FEB;
}
</style>