Shades of Cornflower Blue #509BFA
Tints of Cornflower Blue #509BFA
RGB
CMYK
RGB Variations
Color information
#509BFA (or 0x509BFA) is known color: Cornflower Blue. HEX triplet: 50, 9B and FA. RGB value is (80,155,250). Sum of RGB (Red+Green+Blue) = 80+155+250=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #509BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BFA is #AF6405. Grayscale: #8E8E8E. Windows color (decimal): -11494406 or 16423760. OLE color: 16423760.
HSL color Cylindrical-coordinate representation of color #509BFA: hue angle of 213.53º 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 #509BFA is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 155 | 250 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.02 |
| HSL | 213.53º | 0.94% | 0.65% | - |
| HSV(B) | 213.53º | 0.68% | 0.98% | - |
| XYZ | 32.28 | 32.05 | 94.93 | - |
| YUV | 143.41 | 188.15 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 250 | 0.68 | 0.38 | 0 | 0.02 | 213.53 | 0.94 | 0.65 |
| Hex | 50 | 9B | FA | 44 | 26 | 0 | 2 | D6 | 5E | 41 |
| Octal | 120 | 233 | 372 | 104 | 46 | 0 | 2 | 326 | 136 | 101 |
| Binary | 1010000 | 10011011 | 11111010 | 1000100 | 100110 | 0 | 10 | 11010110 | 1011110 | 1000001 |
Color Harmonies of #509BFA
Complementary color
Monochromatic Colors of #509BFA
Black with #509BFA
Text Example
Text Example
White with #509BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BFA; }
p { color: rgb(80,155,250); }
H1.HeaderClassName
{
color: #509BFA;
}
.AnyTagClassName
{
color: #509BFA;
}
</style>
background-color css
<style>
a { background-color: #509BFA; }
a { background-color: rgb(80,155,250); }
div.DivClassName
{
background-color: #509BFA;
}
.BgClassName
{
background-color: #509BFA;
}
</style>
border-color css
<style>
span { border-color: #509BFA; }
span { border-color: rgb(80,155,250); }
td.TdClassName
{
border-color: #509BFA;
}
.TagClassName
{
border-color: #509BFA;
}
</style>