Shades of Cornflower Blue #508DFA
Tints of Cornflower Blue #508DFA
RGB
CMYK
RGB Variations
Color information
#508DFA (or 0x508DFA) is known color: Cornflower Blue. HEX triplet: 50, 8D and FA. RGB value is (80,141,250). Sum of RGB (Red+Green+Blue) = 80+141+250=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #508DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508DFA is #AF7205. Grayscale: #868686. Windows color (decimal): -11497990 or 16420176. OLE color: 16420176.
HSL color Cylindrical-coordinate representation of color #508DFA: hue angle of 218.47º 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 #508DFA is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 141 | 250 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.02 |
| HSL | 218.47º | 0.94% | 0.65% | - |
| HSV(B) | 218.47º | 0.68% | 0.98% | - |
| XYZ | 30.09 | 27.66 | 94.2 | - |
| YUV | 135.19 | 192.79 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 250 | 0.68 | 0.44 | 0 | 0.02 | 218.47 | 0.94 | 0.65 |
| Hex | 50 | 8D | FA | 44 | 2C | 0 | 2 | DA | 5E | 41 |
| Octal | 120 | 215 | 372 | 104 | 54 | 0 | 2 | 332 | 136 | 101 |
| Binary | 1010000 | 10001101 | 11111010 | 1000100 | 101100 | 0 | 10 | 11011010 | 1011110 | 1000001 |
Color Harmonies of #508DFA
Complementary color
Monochromatic Colors of #508DFA
Black with #508DFA
Text Example
Text Example
White with #508DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DFA; }
p { color: rgb(80,141,250); }
H1.HeaderClassName
{
color: #508DFA;
}
.AnyTagClassName
{
color: #508DFA;
}
</style>
background-color css
<style>
a { background-color: #508DFA; }
a { background-color: rgb(80,141,250); }
div.DivClassName
{
background-color: #508DFA;
}
.BgClassName
{
background-color: #508DFA;
}
</style>
border-color css
<style>
span { border-color: #508DFA; }
span { border-color: rgb(80,141,250); }
td.TdClassName
{
border-color: #508DFA;
}
.TagClassName
{
border-color: #508DFA;
}
</style>