Shades of Cornflower Blue #509BEB
Tints of Cornflower Blue #509BEB
RGB
CMYK
RGB Variations
Color information
#509BEB (or 0x509BEB) is known color: Cornflower Blue. HEX triplet: 50, 9B and EB. RGB value is (80,155,235). Sum of RGB (Red+Green+Blue) = 80+155+235=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #509BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509BEB is #AF6414. Grayscale: #8D8D8D. Windows color (decimal): -11494421 or 15440720. OLE color: 15440720.
HSL color Cylindrical-coordinate representation of color #509BEB: hue angle of 210.97º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #509BEB is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 155 | 235 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.08 |
| HSL | 210.97º | 0.79% | 0.62% | - |
| HSV(B) | 210.97º | 0.66% | 0.92% | - |
| XYZ | 30.03 | 31.15 | 83.03 | - |
| YUV | 141.7 | 180.65 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 235 | 0.66 | 0.34 | 0 | 0.08 | 210.97 | 0.79 | 0.62 |
| Hex | 50 | 9B | EB | 42 | 22 | 0 | 8 | D3 | 4F | 3E |
| Octal | 120 | 233 | 353 | 102 | 42 | 0 | 10 | 323 | 117 | 76 |
| Binary | 1010000 | 10011011 | 11101011 | 1000010 | 100010 | 0 | 1000 | 11010011 | 1001111 | 111110 |
Color Harmonies of #509BEB
Complementary color
Monochromatic Colors of #509BEB
Black with #509BEB
Text Example
Text Example
White with #509BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BEB; }
p { color: rgb(80,155,235); }
H1.HeaderClassName
{
color: #509BEB;
}
.AnyTagClassName
{
color: #509BEB;
}
</style>
background-color css
<style>
a { background-color: #509BEB; }
a { background-color: rgb(80,155,235); }
div.DivClassName
{
background-color: #509BEB;
}
.BgClassName
{
background-color: #509BEB;
}
</style>
border-color css
<style>
span { border-color: #509BEB; }
span { border-color: rgb(80,155,235); }
td.TdClassName
{
border-color: #509BEB;
}
.TagClassName
{
border-color: #509BEB;
}
</style>