Shades of Cornflower Blue #509EEB
Tints of Cornflower Blue #509EEB
RGB
CMYK
RGB Variations
Color information
#509EEB (or 0x509EEB) is known color: Cornflower Blue. HEX triplet: 50, 9E and EB. RGB value is (80,158,235). Sum of RGB (Red+Green+Blue) = 80+158+235=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #509EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509EEB is #AF6114. Grayscale: #8F8F8F. Windows color (decimal): -11493653 or 15441488. OLE color: 15441488.
HSL color Cylindrical-coordinate representation of color #509EEB: hue angle of 209.81º 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 #509EEB is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 158 | 235 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.08 |
| HSL | 209.81º | 0.79% | 0.62% | - |
| HSV(B) | 209.81º | 0.66% | 0.92% | - |
| XYZ | 30.53 | 32.16 | 83.2 | - |
| YUV | 143.46 | 179.66 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 235 | 0.66 | 0.33 | 0 | 0.08 | 209.81 | 0.79 | 0.62 |
| Hex | 50 | 9E | EB | 42 | 21 | 0 | 8 | D2 | 4F | 3E |
| Octal | 120 | 236 | 353 | 102 | 41 | 0 | 10 | 322 | 117 | 76 |
| Binary | 1010000 | 10011110 | 11101011 | 1000010 | 100001 | 0 | 1000 | 11010010 | 1001111 | 111110 |
Color Harmonies of #509EEB
Complementary color
Monochromatic Colors of #509EEB
Black with #509EEB
Text Example
Text Example
White with #509EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509EEB; }
p { color: rgb(80,158,235); }
H1.HeaderClassName
{
color: #509EEB;
}
.AnyTagClassName
{
color: #509EEB;
}
</style>
background-color css
<style>
a { background-color: #509EEB; }
a { background-color: rgb(80,158,235); }
div.DivClassName
{
background-color: #509EEB;
}
.BgClassName
{
background-color: #509EEB;
}
</style>
border-color css
<style>
span { border-color: #509EEB; }
span { border-color: rgb(80,158,235); }
td.TdClassName
{
border-color: #509EEB;
}
.TagClassName
{
border-color: #509EEB;
}
</style>