Shades of Cornflower Blue #509BF1
Tints of Cornflower Blue #509BF1
RGB
CMYK
RGB Variations
Color information
#509BF1 (or 0x509BF1) is known color: Cornflower Blue. HEX triplet: 50, 9B and F1. RGB value is (80,155,241). Sum of RGB (Red+Green+Blue) = 80+155+241=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #509BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BF1 is #AF640E. Grayscale: #8D8D8D. Windows color (decimal): -11494415 or 15833936. OLE color: 15833936.
HSL color Cylindrical-coordinate representation of color #509BF1: hue angle of 212.05º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #509BF1 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 155 | 241 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.05 |
| HSL | 212.05º | 0.85% | 0.63% | - |
| HSV(B) | 212.05º | 0.67% | 0.95% | - |
| XYZ | 30.91 | 31.5 | 87.67 | - |
| YUV | 142.38 | 183.65 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 241 | 0.67 | 0.36 | 0 | 0.05 | 212.05 | 0.85 | 0.63 |
| Hex | 50 | 9B | F1 | 43 | 24 | 0 | 5 | D4 | 55 | 3F |
| Octal | 120 | 233 | 361 | 103 | 44 | 0 | 5 | 324 | 125 | 77 |
| Binary | 1010000 | 10011011 | 11110001 | 1000011 | 100100 | 0 | 101 | 11010100 | 1010101 | 111111 |
Color Harmonies of #509BF1
Complementary color
Monochromatic Colors of #509BF1
Black with #509BF1
Text Example
Text Example
White with #509BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BF1; }
p { color: rgb(80,155,241); }
H1.HeaderClassName
{
color: #509BF1;
}
.AnyTagClassName
{
color: #509BF1;
}
</style>
background-color css
<style>
a { background-color: #509BF1; }
a { background-color: rgb(80,155,241); }
div.DivClassName
{
background-color: #509BF1;
}
.BgClassName
{
background-color: #509BF1;
}
</style>
border-color css
<style>
span { border-color: #509BF1; }
span { border-color: rgb(80,155,241); }
td.TdClassName
{
border-color: #509BF1;
}
.TagClassName
{
border-color: #509BF1;
}
</style>