Shades of Cornflower Blue #507CFF
Tints of Cornflower Blue #507CFF
RGB
CMYK
RGB Variations
Color information
#507CFF (or 0x507CFF) is known color: Cornflower Blue. HEX triplet: 50, 7C and FF. RGB value is (80,124,255). Sum of RGB (Red+Green+Blue) = 80+124+255=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #507CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507CFF is #AF8300. Grayscale: #7D7D7D. Windows color (decimal): -11502337 or 16743504. OLE color: 16743504.
HSL color Cylindrical-coordinate representation of color #507CFF: hue angle of 224.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #507CFF is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 124 | 255 | - |
| CMYK | 0.69 | 0.51 | 0 | 0 |
| HSL | 224.91º | 1% | 0.66% | - |
| HSV(B) | 224.91º | 0.69% | 1% | - |
| XYZ | 28.57 | 23.34 | 97.61 | - |
| YUV | 125.78 | 200.92 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 255 | 0.69 | 0.51 | 0 | 0 | 224.91 | 1 | 0.66 |
| Hex | 50 | 7C | FF | 45 | 33 | 0 | 0 | E1 | 64 | 42 |
| Octal | 120 | 174 | 377 | 105 | 63 | 0 | 0 | 341 | 144 | 102 |
| Binary | 1010000 | 1111100 | 11111111 | 1000101 | 110011 | 0 | 0 | 11100001 | 1100100 | 1000010 |
Color Harmonies of #507CFF
Complementary color
Monochromatic Colors of #507CFF
Black with #507CFF
Text Example
Text Example
White with #507CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CFF; }
p { color: rgb(80,124,255); }
H1.HeaderClassName
{
color: #507CFF;
}
.AnyTagClassName
{
color: #507CFF;
}
</style>
background-color css
<style>
a { background-color: #507CFF; }
a { background-color: rgb(80,124,255); }
div.DivClassName
{
background-color: #507CFF;
}
.BgClassName
{
background-color: #507CFF;
}
</style>
border-color css
<style>
span { border-color: #507CFF; }
span { border-color: rgb(80,124,255); }
td.TdClassName
{
border-color: #507CFF;
}
.TagClassName
{
border-color: #507CFF;
}
</style>