Shades of Cornflower Blue #509FFD
Tints of Cornflower Blue #509FFD
RGB
CMYK
RGB Variations
Color information
#509FFD (or 0x509FFD) is known color: Cornflower Blue. HEX triplet: 50, 9F and FD. RGB value is (80,159,253). Sum of RGB (Red+Green+Blue) = 80+159+253=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #509FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509FFD is #AF6002. Grayscale: #919191. Windows color (decimal): -11493379 or 16621392. OLE color: 16621392.
HSL color Cylindrical-coordinate representation of color #509FFD: hue angle of 212.6º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #509FFD is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 159 | 253 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.01 |
| HSL | 212.6º | 0.98% | 0.65% | - |
| HSV(B) | 212.6º | 0.68% | 0.99% | - |
| XYZ | 33.44 | 33.59 | 97.65 | - |
| YUV | 146.1 | 188.33 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 253 | 0.68 | 0.37 | 0 | 0.01 | 212.6 | 0.98 | 0.65 |
| Hex | 50 | 9F | FD | 44 | 25 | 0 | 1 | D5 | 62 | 41 |
| Octal | 120 | 237 | 375 | 104 | 45 | 0 | 1 | 325 | 142 | 101 |
| Binary | 1010000 | 10011111 | 11111101 | 1000100 | 100101 | 0 | 1 | 11010101 | 1100010 | 1000001 |
Color Harmonies of #509FFD
Complementary color
Monochromatic Colors of #509FFD
Black with #509FFD
Text Example
Text Example
White with #509FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509FFD; }
p { color: rgb(80,159,253); }
H1.HeaderClassName
{
color: #509FFD;
}
.AnyTagClassName
{
color: #509FFD;
}
</style>
background-color css
<style>
a { background-color: #509FFD; }
a { background-color: rgb(80,159,253); }
div.DivClassName
{
background-color: #509FFD;
}
.BgClassName
{
background-color: #509FFD;
}
</style>
border-color css
<style>
span { border-color: #509FFD; }
span { border-color: rgb(80,159,253); }
td.TdClassName
{
border-color: #509FFD;
}
.TagClassName
{
border-color: #509FFD;
}
</style>