Shades of Cornflower Blue #5B7FEA
Tints of Cornflower Blue #5B7FEA
RGB
CMYK
RGB Variations
Color information
#5B7FEA (or 0x5B7FEA) is known color: Cornflower Blue. HEX triplet: 5B, 7F and EA. RGB value is (91,127,234). Sum of RGB (Red+Green+Blue) = 91+127+234=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B7FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7FEA is #A48015. Grayscale: #7F7F7F. Windows color (decimal): -10780694 or 15368027. OLE color: 15368027.
HSL color Cylindrical-coordinate representation of color #5B7FEA: hue angle of 224.9º 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 #5B7FEA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 127 | 234 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.08 |
| HSL | 224.9º | 0.77% | 0.64% | - |
| HSV(B) | 224.9º | 0.61% | 0.92% | - |
| XYZ | 26.76 | 23.34 | 80.94 | - |
| YUV | 128.43 | 187.57 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 127 | 234 | 0.61 | 0.46 | 0 | 0.08 | 224.9 | 0.77 | 0.64 |
| Hex | 5B | 7F | EA | 3D | 2E | 0 | 8 | E1 | 4D | 40 |
| Octal | 133 | 177 | 352 | 75 | 56 | 0 | 10 | 341 | 115 | 100 |
| Binary | 1011011 | 1111111 | 11101010 | 111101 | 101110 | 0 | 1000 | 11100001 | 1001101 | 1000000 |
Color Harmonies of #5B7FEA
Complementary color
Monochromatic Colors of #5B7FEA
Black with #5B7FEA
Text Example
Text Example
White with #5B7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7FEA; }
p { color: rgb(91,127,234); }
H1.HeaderClassName
{
color: #5B7FEA;
}
.AnyTagClassName
{
color: #5B7FEA;
}
</style>
background-color css
<style>
a { background-color: #5B7FEA; }
a { background-color: rgb(91,127,234); }
div.DivClassName
{
background-color: #5B7FEA;
}
.BgClassName
{
background-color: #5B7FEA;
}
</style>
border-color css
<style>
span { border-color: #5B7FEA; }
span { border-color: rgb(91,127,234); }
td.TdClassName
{
border-color: #5B7FEA;
}
.TagClassName
{
border-color: #5B7FEA;
}
</style>