Shades of Cornflower Blue #509CE9
Tints of Cornflower Blue #509CE9
RGB
CMYK
RGB Variations
Color information
#509CE9 (or 0x509CE9) is known color: Cornflower Blue. HEX triplet: 50, 9C and E9. RGB value is (80,156,233). Sum of RGB (Red+Green+Blue) = 80+156+233=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #509CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509CE9 is #AF6316. Grayscale: #8D8D8D. Windows color (decimal): -11494167 or 15309904. OLE color: 15309904.
HSL color Cylindrical-coordinate representation of color #509CE9: hue angle of 210.2º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #509CE9 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 156 | 233 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.09 |
| HSL | 210.2º | 0.78% | 0.61% | - |
| HSV(B) | 210.2º | 0.66% | 0.91% | - |
| XYZ | 29.9 | 31.37 | 81.57 | - |
| YUV | 142.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 233 | 0.66 | 0.33 | 0 | 0.09 | 210.2 | 0.78 | 0.61 |
| Hex | 50 | 9C | E9 | 42 | 21 | 0 | 9 | D2 | 4E | 3D |
| Octal | 120 | 234 | 351 | 102 | 41 | 0 | 11 | 322 | 116 | 75 |
| Binary | 1010000 | 10011100 | 11101001 | 1000010 | 100001 | 0 | 1001 | 11010010 | 1001110 | 111101 |
Color Harmonies of #509CE9
Complementary color
Monochromatic Colors of #509CE9
Black with #509CE9
Text Example
Text Example
White with #509CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CE9; }
p { color: rgb(80,156,233); }
H1.HeaderClassName
{
color: #509CE9;
}
.AnyTagClassName
{
color: #509CE9;
}
</style>
background-color css
<style>
a { background-color: #509CE9; }
a { background-color: rgb(80,156,233); }
div.DivClassName
{
background-color: #509CE9;
}
.BgClassName
{
background-color: #509CE9;
}
</style>
border-color css
<style>
span { border-color: #509CE9; }
span { border-color: rgb(80,156,233); }
td.TdClassName
{
border-color: #509CE9;
}
.TagClassName
{
border-color: #509CE9;
}
</style>