Shades of Cornflower Blue #509BF4
Tints of Cornflower Blue #509BF4
RGB
CMYK
RGB Variations
Color information
#509BF4 (or 0x509BF4) is known color: Cornflower Blue. HEX triplet: 50, 9B and F4. RGB value is (80,155,244). Sum of RGB (Red+Green+Blue) = 80+155+244=479 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.70% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #509BF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BF4 is #AF640B. Grayscale: #8E8E8E. Windows color (decimal): -11494412 or 16030544. OLE color: 16030544.
HSL color Cylindrical-coordinate representation of color #509BF4: hue angle of 212.56º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #509BF4 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 155 | 244 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.04 |
| HSL | 212.56º | 0.88% | 0.64% | - |
| HSV(B) | 212.56º | 0.67% | 0.96% | - |
| XYZ | 31.36 | 31.68 | 90.05 | - |
| YUV | 142.72 | 185.15 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 244 | 0.67 | 0.36 | 0 | 0.04 | 212.56 | 0.88 | 0.64 |
| Hex | 50 | 9B | F4 | 43 | 24 | 0 | 4 | D5 | 58 | 40 |
| Octal | 120 | 233 | 364 | 103 | 44 | 0 | 4 | 325 | 130 | 100 |
| Binary | 1010000 | 10011011 | 11110100 | 1000011 | 100100 | 0 | 100 | 11010101 | 1011000 | 1000000 |
Color Harmonies of #509BF4
Complementary color
Monochromatic Colors of #509BF4
Black with #509BF4
Text Example
Text Example
White with #509BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BF4; }
p { color: rgb(80,155,244); }
H1.HeaderClassName
{
color: #509BF4;
}
.AnyTagClassName
{
color: #509BF4;
}
</style>
background-color css
<style>
a { background-color: #509BF4; }
a { background-color: rgb(80,155,244); }
div.DivClassName
{
background-color: #509BF4;
}
.BgClassName
{
background-color: #509BF4;
}
</style>
border-color css
<style>
span { border-color: #509BF4; }
span { border-color: rgb(80,155,244); }
td.TdClassName
{
border-color: #509BF4;
}
.TagClassName
{
border-color: #509BF4;
}
</style>