Shades of Cornflower Blue #509EEA
Tints of Cornflower Blue #509EEA
RGB
CMYK
RGB Variations
Color information
#509EEA (or 0x509EEA) is known color: Cornflower Blue. HEX triplet: 50, 9E and EA. RGB value is (80,158,234). Sum of RGB (Red+Green+Blue) = 80+158+234=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #509EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509EEA is #AF6115. Grayscale: #8E8E8E. Windows color (decimal): -11493654 or 15375952. OLE color: 15375952.
HSL color Cylindrical-coordinate representation of color #509EEA: hue angle of 209.61º 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 #509EEA is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 158 | 234 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.08 |
| HSL | 209.61º | 0.79% | 0.62% | - |
| HSV(B) | 209.61º | 0.66% | 0.92% | - |
| XYZ | 30.39 | 32.1 | 82.44 | - |
| YUV | 143.34 | 179.16 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 234 | 0.66 | 0.32 | 0 | 0.08 | 209.61 | 0.79 | 0.62 |
| Hex | 50 | 9E | EA | 42 | 20 | 0 | 8 | D2 | 4F | 3E |
| Octal | 120 | 236 | 352 | 102 | 40 | 0 | 10 | 322 | 117 | 76 |
| Binary | 1010000 | 10011110 | 11101010 | 1000010 | 100000 | 0 | 1000 | 11010010 | 1001111 | 111110 |
Color Harmonies of #509EEA
Complementary color
Monochromatic Colors of #509EEA
Black with #509EEA
Text Example
Text Example
White with #509EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509EEA; }
p { color: rgb(80,158,234); }
H1.HeaderClassName
{
color: #509EEA;
}
.AnyTagClassName
{
color: #509EEA;
}
</style>
background-color css
<style>
a { background-color: #509EEA; }
a { background-color: rgb(80,158,234); }
div.DivClassName
{
background-color: #509EEA;
}
.BgClassName
{
background-color: #509EEA;
}
</style>
border-color css
<style>
span { border-color: #509EEA; }
span { border-color: rgb(80,158,234); }
td.TdClassName
{
border-color: #509EEA;
}
.TagClassName
{
border-color: #509EEA;
}
</style>