Shades of Cornflower Blue #509CFE
Tints of Cornflower Blue #509CFE
RGB
CMYK
RGB Variations
Color information
#509CFE (or 0x509CFE) is known color: Cornflower Blue. HEX triplet: 50, 9C and FE. RGB value is (80,156,254). Sum of RGB (Red+Green+Blue) = 80+156+254=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #509CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509CFE is #AF6301. Grayscale: #8F8F8F. Windows color (decimal): -11494146 or 16686160. OLE color: 16686160.
HSL color Cylindrical-coordinate representation of color #509CFE: hue angle of 213.79º 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 #509CFE is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 156 | 254 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.00 |
| HSL | 213.79º | 0.99% | 0.65% | - |
| HSV(B) | 213.79º | 0.69% | 1% | - |
| XYZ | 33.09 | 32.64 | 98.32 | - |
| YUV | 144.45 | 189.82 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 254 | 0.69 | 0.39 | 0 | 0.00 | 213.79 | 0.99 | 0.65 |
| Hex | 50 | 9C | FE | 45 | 27 | 0 | 0 | D6 | 63 | 41 |
| Octal | 120 | 234 | 376 | 105 | 47 | 0 | 0 | 326 | 143 | 101 |
| Binary | 1010000 | 10011100 | 11111110 | 1000101 | 100111 | 0 | 0 | 11010110 | 1100011 | 1000001 |
Color Harmonies of #509CFE
Complementary color
Monochromatic Colors of #509CFE
Black with #509CFE
Text Example
Text Example
White with #509CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CFE; }
p { color: rgb(80,156,254); }
H1.HeaderClassName
{
color: #509CFE;
}
.AnyTagClassName
{
color: #509CFE;
}
</style>
background-color css
<style>
a { background-color: #509CFE; }
a { background-color: rgb(80,156,254); }
div.DivClassName
{
background-color: #509CFE;
}
.BgClassName
{
background-color: #509CFE;
}
</style>
border-color css
<style>
span { border-color: #509CFE; }
span { border-color: rgb(80,156,254); }
td.TdClassName
{
border-color: #509CFE;
}
.TagClassName
{
border-color: #509CFE;
}
</style>