Shades of Cornflower Blue #509BF0
Tints of Cornflower Blue #509BF0
RGB
CMYK
RGB Variations
Color information
#509BF0 (or 0x509BF0) is known color: Cornflower Blue. HEX triplet: 50, 9B and F0. RGB value is (80,155,240). Sum of RGB (Red+Green+Blue) = 80+155+240=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #509BF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BF0 is #AF640F. Grayscale: #8D8D8D. Windows color (decimal): -11494416 or 15768400. OLE color: 15768400.
HSL color Cylindrical-coordinate representation of color #509BF0: hue angle of 211.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #509BF0 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 155 | 240 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.06 |
| HSL | 211.88º | 0.84% | 0.63% | - |
| HSV(B) | 211.88º | 0.67% | 0.94% | - |
| XYZ | 30.76 | 31.44 | 86.89 | - |
| YUV | 142.27 | 183.15 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 240 | 0.67 | 0.35 | 0 | 0.06 | 211.88 | 0.84 | 0.63 |
| Hex | 50 | 9B | F0 | 43 | 23 | 0 | 6 | D4 | 54 | 3F |
| Octal | 120 | 233 | 360 | 103 | 43 | 0 | 6 | 324 | 124 | 77 |
| Binary | 1010000 | 10011011 | 11110000 | 1000011 | 100011 | 0 | 110 | 11010100 | 1010100 | 111111 |
Color Harmonies of #509BF0
Complementary color
Monochromatic Colors of #509BF0
Black with #509BF0
Text Example
Text Example
White with #509BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BF0; }
p { color: rgb(80,155,240); }
H1.HeaderClassName
{
color: #509BF0;
}
.AnyTagClassName
{
color: #509BF0;
}
</style>
background-color css
<style>
a { background-color: #509BF0; }
a { background-color: rgb(80,155,240); }
div.DivClassName
{
background-color: #509BF0;
}
.BgClassName
{
background-color: #509BF0;
}
</style>
border-color css
<style>
span { border-color: #509BF0; }
span { border-color: rgb(80,155,240); }
td.TdClassName
{
border-color: #509BF0;
}
.TagClassName
{
border-color: #509BF0;
}
</style>