Shades of Cornflower Blue #507FF7
Tints of Cornflower Blue #507FF7
RGB
CMYK
RGB Variations
Color information
#507FF7 (or 0x507FF7) is known color: Cornflower Blue. HEX triplet: 50, 7F and F7. RGB value is (80,127,247). Sum of RGB (Red+Green+Blue) = 80+127+247=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 247 (96.88% from 255 or 54.41% from 454); Max value from RGB is 247 - color contains mainly: blue. Hex color #507FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FF7 is #AF8008. Grayscale: #7E7E7E. Windows color (decimal): -11501577 or 16219984. OLE color: 16219984.
HSL color Cylindrical-coordinate representation of color #507FF7: hue angle of 223.11º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507FF7 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 127 | 247 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.03 |
| HSL | 223.11º | 0.91% | 0.64% | - |
| HSV(B) | 223.11º | 0.68% | 0.97% | - |
| XYZ | 27.69 | 23.6 | 91.09 | - |
| YUV | 126.63 | 195.93 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 247 | 0.68 | 0.49 | 0 | 0.03 | 223.11 | 0.91 | 0.64 |
| Hex | 50 | 7F | F7 | 44 | 31 | 0 | 3 | DF | 5B | 40 |
| Octal | 120 | 177 | 367 | 104 | 61 | 0 | 3 | 337 | 133 | 100 |
| Binary | 1010000 | 1111111 | 11110111 | 1000100 | 110001 | 0 | 11 | 11011111 | 1011011 | 1000000 |
Color Harmonies of #507FF7
Complementary color
Monochromatic Colors of #507FF7
Black with #507FF7
Text Example
Text Example
White with #507FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FF7; }
p { color: rgb(80,127,247); }
H1.HeaderClassName
{
color: #507FF7;
}
.AnyTagClassName
{
color: #507FF7;
}
</style>
background-color css
<style>
a { background-color: #507FF7; }
a { background-color: rgb(80,127,247); }
div.DivClassName
{
background-color: #507FF7;
}
.BgClassName
{
background-color: #507FF7;
}
</style>
border-color css
<style>
span { border-color: #507FF7; }
span { border-color: rgb(80,127,247); }
td.TdClassName
{
border-color: #507FF7;
}
.TagClassName
{
border-color: #507FF7;
}
</style>