Shades of Cornflower Blue #507EFC
Tints of Cornflower Blue #507EFC
RGB
CMYK
RGB Variations
Color information
#507EFC (or 0x507EFC) is known color: Cornflower Blue. HEX triplet: 50, 7E and FC. RGB value is (80,126,252). Sum of RGB (Red+Green+Blue) = 80+126+252=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #507EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507EFC is #AF8103. Grayscale: #7E7E7E. Windows color (decimal): -11501828 or 16547408. OLE color: 16547408.
HSL color Cylindrical-coordinate representation of color #507EFC: hue angle of 223.95º 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 #507EFC is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 126 | 252 | - |
| CMYK | 0.68 | 0.5 | 0 | 0.01 |
| HSL | 223.95º | 0.97% | 0.65% | - |
| HSV(B) | 223.95º | 0.68% | 0.99% | - |
| XYZ | 28.34 | 23.66 | 95.17 | - |
| YUV | 126.61 | 198.76 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 252 | 0.68 | 0.5 | 0 | 0.01 | 223.95 | 0.97 | 0.65 |
| Hex | 50 | 7E | FC | 44 | 32 | 0 | 1 | E0 | 61 | 41 |
| Octal | 120 | 176 | 374 | 104 | 62 | 0 | 1 | 340 | 141 | 101 |
| Binary | 1010000 | 1111110 | 11111100 | 1000100 | 110010 | 0 | 1 | 11100000 | 1100001 | 1000001 |
Color Harmonies of #507EFC
Complementary color
Monochromatic Colors of #507EFC
Black with #507EFC
Text Example
Text Example
White with #507EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507EFC; }
p { color: rgb(80,126,252); }
H1.HeaderClassName
{
color: #507EFC;
}
.AnyTagClassName
{
color: #507EFC;
}
</style>
background-color css
<style>
a { background-color: #507EFC; }
a { background-color: rgb(80,126,252); }
div.DivClassName
{
background-color: #507EFC;
}
.BgClassName
{
background-color: #507EFC;
}
</style>
border-color css
<style>
span { border-color: #507EFC; }
span { border-color: rgb(80,126,252); }
td.TdClassName
{
border-color: #507EFC;
}
.TagClassName
{
border-color: #507EFC;
}
</style>