Shades of Cornflower Blue #508CFA
Tints of Cornflower Blue #508CFA
RGB
CMYK
RGB Variations
Color information
#508CFA (or 0x508CFA) is known color: Cornflower Blue. HEX triplet: 50, 8C and FA. RGB value is (80,140,250). Sum of RGB (Red+Green+Blue) = 80+140+250=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #508CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508CFA is #AF7305. Grayscale: #868686. Windows color (decimal): -11498246 or 16419920. OLE color: 16419920.
HSL color Cylindrical-coordinate representation of color #508CFA: hue angle of 218.82º 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 #508CFA is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 140 | 250 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.02 |
| HSL | 218.82º | 0.94% | 0.65% | - |
| HSV(B) | 218.82º | 0.68% | 0.98% | - |
| XYZ | 29.94 | 27.36 | 94.15 | - |
| YUV | 134.6 | 193.12 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 250 | 0.68 | 0.44 | 0 | 0.02 | 218.82 | 0.94 | 0.65 |
| Hex | 50 | 8C | FA | 44 | 2C | 0 | 2 | DB | 5E | 41 |
| Octal | 120 | 214 | 372 | 104 | 54 | 0 | 2 | 333 | 136 | 101 |
| Binary | 1010000 | 10001100 | 11111010 | 1000100 | 101100 | 0 | 10 | 11011011 | 1011110 | 1000001 |
Color Harmonies of #508CFA
Complementary color
Monochromatic Colors of #508CFA
Black with #508CFA
Text Example
Text Example
White with #508CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CFA; }
p { color: rgb(80,140,250); }
H1.HeaderClassName
{
color: #508CFA;
}
.AnyTagClassName
{
color: #508CFA;
}
</style>
background-color css
<style>
a { background-color: #508CFA; }
a { background-color: rgb(80,140,250); }
div.DivClassName
{
background-color: #508CFA;
}
.BgClassName
{
background-color: #508CFA;
}
</style>
border-color css
<style>
span { border-color: #508CFA; }
span { border-color: rgb(80,140,250); }
td.TdClassName
{
border-color: #508CFA;
}
.TagClassName
{
border-color: #508CFA;
}
</style>