Shades of Cornflower Blue #509FFE
Tints of Cornflower Blue #509FFE
RGB
CMYK
RGB Variations
Color information
#509FFE (or 0x509FFE) is known color: Cornflower Blue. HEX triplet: 50, 9F and FE. RGB value is (80,159,254). Sum of RGB (Red+Green+Blue) = 80+159+254=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #509FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509FFE is #AF6001. Grayscale: #919191. Windows color (decimal): -11493378 or 16686928. OLE color: 16686928.
HSL color Cylindrical-coordinate representation of color #509FFE: hue angle of 212.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #509FFE is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 159 | 254 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.00 |
| HSL | 212.76º | 0.99% | 0.65% | - |
| HSV(B) | 212.76º | 0.69% | 1% | - |
| XYZ | 33.6 | 33.66 | 98.49 | - |
| YUV | 146.21 | 188.83 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 254 | 0.69 | 0.37 | 0 | 0.00 | 212.76 | 0.99 | 0.65 |
| Hex | 50 | 9F | FE | 45 | 25 | 0 | 0 | D5 | 63 | 41 |
| Octal | 120 | 237 | 376 | 105 | 45 | 0 | 0 | 325 | 143 | 101 |
| Binary | 1010000 | 10011111 | 11111110 | 1000101 | 100101 | 0 | 0 | 11010101 | 1100011 | 1000001 |
Color Harmonies of #509FFE
Complementary color
Monochromatic Colors of #509FFE
Black with #509FFE
Text Example
Text Example
White with #509FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509FFE; }
p { color: rgb(80,159,254); }
H1.HeaderClassName
{
color: #509FFE;
}
.AnyTagClassName
{
color: #509FFE;
}
</style>
background-color css
<style>
a { background-color: #509FFE; }
a { background-color: rgb(80,159,254); }
div.DivClassName
{
background-color: #509FFE;
}
.BgClassName
{
background-color: #509FFE;
}
</style>
border-color css
<style>
span { border-color: #509FFE; }
span { border-color: rgb(80,159,254); }
td.TdClassName
{
border-color: #509FFE;
}
.TagClassName
{
border-color: #509FFE;
}
</style>