Shades of Cornflower Blue #509BF9
Tints of Cornflower Blue #509BF9
RGB
CMYK
RGB Variations
Color information
#509BF9 (or 0x509BF9) is known color: Cornflower Blue. HEX triplet: 50, 9B and F9. RGB value is (80,155,249). Sum of RGB (Red+Green+Blue) = 80+155+249=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #509BF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BF9 is #AF6406. Grayscale: #8E8E8E. Windows color (decimal): -11494407 or 16358224. OLE color: 16358224.
HSL color Cylindrical-coordinate representation of color #509BF9: hue angle of 213.37º degrees, saturation: 0.93, 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 #509BF9 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 155 | 249 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.02 |
| HSL | 213.37º | 0.93% | 0.65% | - |
| HSV(B) | 213.37º | 0.68% | 0.98% | - |
| XYZ | 32.13 | 31.99 | 94.1 | - |
| YUV | 143.29 | 187.65 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 249 | 0.68 | 0.38 | 0 | 0.02 | 213.37 | 0.93 | 0.65 |
| Hex | 50 | 9B | F9 | 44 | 26 | 0 | 2 | D5 | 5D | 41 |
| Octal | 120 | 233 | 371 | 104 | 46 | 0 | 2 | 325 | 135 | 101 |
| Binary | 1010000 | 10011011 | 11111001 | 1000100 | 100110 | 0 | 10 | 11010101 | 1011101 | 1000001 |
Color Harmonies of #509BF9
Complementary color
Monochromatic Colors of #509BF9
Black with #509BF9
Text Example
Text Example
White with #509BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BF9; }
p { color: rgb(80,155,249); }
H1.HeaderClassName
{
color: #509BF9;
}
.AnyTagClassName
{
color: #509BF9;
}
</style>
background-color css
<style>
a { background-color: #509BF9; }
a { background-color: rgb(80,155,249); }
div.DivClassName
{
background-color: #509BF9;
}
.BgClassName
{
background-color: #509BF9;
}
</style>
border-color css
<style>
span { border-color: #509BF9; }
span { border-color: rgb(80,155,249); }
td.TdClassName
{
border-color: #509BF9;
}
.TagClassName
{
border-color: #509BF9;
}
</style>