Shades of Cornflower Blue #509CFA
Tints of Cornflower Blue #509CFA
RGB
CMYK
RGB Variations
Color information
#509CFA (or 0x509CFA) is known color: Cornflower Blue. HEX triplet: 50, 9C and FA. RGB value is (80,156,250). Sum of RGB (Red+Green+Blue) = 80+156+250=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #509CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509CFA is #AF6305. Grayscale: #8F8F8F. Windows color (decimal): -11494150 or 16424016. OLE color: 16424016.
HSL color Cylindrical-coordinate representation of color #509CFA: hue angle of 213.18º 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 #509CFA is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 156 | 250 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.02 |
| HSL | 213.18º | 0.94% | 0.65% | - |
| HSV(B) | 213.18º | 0.68% | 0.98% | - |
| XYZ | 32.45 | 32.38 | 94.98 | - |
| YUV | 143.99 | 187.82 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 250 | 0.68 | 0.38 | 0 | 0.02 | 213.18 | 0.94 | 0.65 |
| Hex | 50 | 9C | FA | 44 | 26 | 0 | 2 | D5 | 5E | 41 |
| Octal | 120 | 234 | 372 | 104 | 46 | 0 | 2 | 325 | 136 | 101 |
| Binary | 1010000 | 10011100 | 11111010 | 1000100 | 100110 | 0 | 10 | 11010101 | 1011110 | 1000001 |
Color Harmonies of #509CFA
Complementary color
Monochromatic Colors of #509CFA
Black with #509CFA
Text Example
Text Example
White with #509CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CFA; }
p { color: rgb(80,156,250); }
H1.HeaderClassName
{
color: #509CFA;
}
.AnyTagClassName
{
color: #509CFA;
}
</style>
background-color css
<style>
a { background-color: #509CFA; }
a { background-color: rgb(80,156,250); }
div.DivClassName
{
background-color: #509CFA;
}
.BgClassName
{
background-color: #509CFA;
}
</style>
border-color css
<style>
span { border-color: #509CFA; }
span { border-color: rgb(80,156,250); }
td.TdClassName
{
border-color: #509CFA;
}
.TagClassName
{
border-color: #509CFA;
}
</style>