Shades of Cornflower Blue #509FED
Tints of Cornflower Blue #509FED
RGB
CMYK
RGB Variations
Color information
#509FED (or 0x509FED) is known color: Cornflower Blue. HEX triplet: 50, 9F and ED. RGB value is (80,159,237). Sum of RGB (Red+Green+Blue) = 80+159+237=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #509FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509FED is #AF6012. Grayscale: #8F8F8F. Windows color (decimal): -11493395 or 15572816. OLE color: 15572816.
HSL color Cylindrical-coordinate representation of color #509FED: hue angle of 209.81º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #509FED is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 159 | 237 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.07 |
| HSL | 209.81º | 0.81% | 0.62% | - |
| HSV(B) | 209.81º | 0.66% | 0.93% | - |
| XYZ | 30.99 | 32.62 | 84.78 | - |
| YUV | 144.27 | 180.33 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 237 | 0.66 | 0.33 | 0 | 0.07 | 209.81 | 0.81 | 0.62 |
| Hex | 50 | 9F | ED | 42 | 21 | 0 | 7 | D2 | 51 | 3E |
| Octal | 120 | 237 | 355 | 102 | 41 | 0 | 7 | 322 | 121 | 76 |
| Binary | 1010000 | 10011111 | 11101101 | 1000010 | 100001 | 0 | 111 | 11010010 | 1010001 | 111110 |
Color Harmonies of #509FED
Complementary color
Monochromatic Colors of #509FED
Black with #509FED
Text Example
Text Example
White with #509FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509FED; }
p { color: rgb(80,159,237); }
H1.HeaderClassName
{
color: #509FED;
}
.AnyTagClassName
{
color: #509FED;
}
</style>
background-color css
<style>
a { background-color: #509FED; }
a { background-color: rgb(80,159,237); }
div.DivClassName
{
background-color: #509FED;
}
.BgClassName
{
background-color: #509FED;
}
</style>
border-color css
<style>
span { border-color: #509FED; }
span { border-color: rgb(80,159,237); }
td.TdClassName
{
border-color: #509FED;
}
.TagClassName
{
border-color: #509FED;
}
</style>