Shades of Cornflower Blue #5B7FF7
Tints of Cornflower Blue #5B7FF7
RGB
CMYK
RGB Variations
Color information
#5B7FF7 (or 0x5B7FF7) is known color: Cornflower Blue. HEX triplet: 5B, 7F and F7. RGB value is (91,127,247). Sum of RGB (Red+Green+Blue) = 91+127+247=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #5B7FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7FF7 is #A48008. Grayscale: #818181. Windows color (decimal): -10780681 or 16219995. OLE color: 16219995.
HSL color Cylindrical-coordinate representation of color #5B7FF7: hue angle of 226.15º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B7FF7 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 127 | 247 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.03 |
| HSL | 226.15º | 0.91% | 0.66% | - |
| HSV(B) | 226.15º | 0.63% | 0.97% | - |
| XYZ | 28.69 | 24.12 | 91.14 | - |
| YUV | 129.92 | 194.07 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 127 | 247 | 0.63 | 0.49 | 0 | 0.03 | 226.15 | 0.91 | 0.66 |
| Hex | 5B | 7F | F7 | 3F | 31 | 0 | 3 | E2 | 5B | 42 |
| Octal | 133 | 177 | 367 | 77 | 61 | 0 | 3 | 342 | 133 | 102 |
| Binary | 1011011 | 1111111 | 11110111 | 111111 | 110001 | 0 | 11 | 11100010 | 1011011 | 1000010 |
Color Harmonies of #5B7FF7
Complementary color
Monochromatic Colors of #5B7FF7
Black with #5B7FF7
Text Example
Text Example
White with #5B7FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7FF7; }
p { color: rgb(91,127,247); }
H1.HeaderClassName
{
color: #5B7FF7;
}
.AnyTagClassName
{
color: #5B7FF7;
}
</style>
background-color css
<style>
a { background-color: #5B7FF7; }
a { background-color: rgb(91,127,247); }
div.DivClassName
{
background-color: #5B7FF7;
}
.BgClassName
{
background-color: #5B7FF7;
}
</style>
border-color css
<style>
span { border-color: #5B7FF7; }
span { border-color: rgb(91,127,247); }
td.TdClassName
{
border-color: #5B7FF7;
}
.TagClassName
{
border-color: #5B7FF7;
}
</style>