Shades of Cornflower Blue #507FFC
Tints of Cornflower Blue #507FFC
RGB
CMYK
RGB Variations
Color information
#507FFC (or 0x507FFC) is known color: Cornflower Blue. HEX triplet: 50, 7F and FC. RGB value is (80,127,252). Sum of RGB (Red+Green+Blue) = 80+127+252=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #507FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507FFC is #AF8003. Grayscale: #7E7E7E. Windows color (decimal): -11501572 or 16547664. OLE color: 16547664.
HSL color Cylindrical-coordinate representation of color #507FFC: hue angle of 223.6º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #507FFC is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 127 | 252 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.01 |
| HSL | 223.6º | 0.97% | 0.65% | - |
| HSV(B) | 223.6º | 0.68% | 0.99% | - |
| XYZ | 28.47 | 23.91 | 95.21 | - |
| YUV | 127.2 | 198.43 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 252 | 0.68 | 0.50 | 0 | 0.01 | 223.6 | 0.97 | 0.65 |
| Hex | 50 | 7F | FC | 44 | 32 | 0 | 1 | E0 | 61 | 41 |
| Octal | 120 | 177 | 374 | 104 | 62 | 0 | 1 | 340 | 141 | 101 |
| Binary | 1010000 | 1111111 | 11111100 | 1000100 | 110010 | 0 | 1 | 11100000 | 1100001 | 1000001 |
Color Harmonies of #507FFC
Complementary color
Monochromatic Colors of #507FFC
Black with #507FFC
Text Example
Text Example
White with #507FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FFC; }
p { color: rgb(80,127,252); }
H1.HeaderClassName
{
color: #507FFC;
}
.AnyTagClassName
{
color: #507FFC;
}
</style>
background-color css
<style>
a { background-color: #507FFC; }
a { background-color: rgb(80,127,252); }
div.DivClassName
{
background-color: #507FFC;
}
.BgClassName
{
background-color: #507FFC;
}
</style>
border-color css
<style>
span { border-color: #507FFC; }
span { border-color: rgb(80,127,252); }
td.TdClassName
{
border-color: #507FFC;
}
.TagClassName
{
border-color: #507FFC;
}
</style>