Shades of Cornflower Blue #508FFA
Tints of Cornflower Blue #508FFA
RGB
CMYK
RGB Variations
Color information
#508FFA (or 0x508FFA) is known color: Cornflower Blue. HEX triplet: 50, 8F and FA. RGB value is (80,143,250). Sum of RGB (Red+Green+Blue) = 80+143+250=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #508FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FFA is #AF7005. Grayscale: #878787. Windows color (decimal): -11497478 or 16420688. OLE color: 16420688.
HSL color Cylindrical-coordinate representation of color #508FFA: hue angle of 217.76º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #508FFA is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 143 | 250 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.02 |
| HSL | 217.76º | 0.94% | 0.65% | - |
| HSV(B) | 217.76º | 0.68% | 0.98% | - |
| XYZ | 30.39 | 28.25 | 94.29 | - |
| YUV | 136.36 | 192.13 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 250 | 0.68 | 0.43 | 0 | 0.02 | 217.76 | 0.94 | 0.65 |
| Hex | 50 | 8F | FA | 44 | 2B | 0 | 2 | DA | 5E | 41 |
| Octal | 120 | 217 | 372 | 104 | 53 | 0 | 2 | 332 | 136 | 101 |
| Binary | 1010000 | 10001111 | 11111010 | 1000100 | 101011 | 0 | 10 | 11011010 | 1011110 | 1000001 |
Color Harmonies of #508FFA
Complementary color
Monochromatic Colors of #508FFA
Black with #508FFA
Text Example
Text Example
White with #508FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508FFA; }
p { color: rgb(80,143,250); }
H1.HeaderClassName
{
color: #508FFA;
}
.AnyTagClassName
{
color: #508FFA;
}
</style>
background-color css
<style>
a { background-color: #508FFA; }
a { background-color: rgb(80,143,250); }
div.DivClassName
{
background-color: #508FFA;
}
.BgClassName
{
background-color: #508FFA;
}
</style>
border-color css
<style>
span { border-color: #508FFA; }
span { border-color: rgb(80,143,250); }
td.TdClassName
{
border-color: #508FFA;
}
.TagClassName
{
border-color: #508FFA;
}
</style>