Shades of Cornflower Blue #509DF8
Tints of Cornflower Blue #509DF8
RGB
CMYK
RGB Variations
Color information
#509DF8 (or 0x509DF8) is known color: Cornflower Blue. HEX triplet: 50, 9D and F8. RGB value is (80,157,248). Sum of RGB (Red+Green+Blue) = 80+157+248=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #509DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509DF8 is #AF6207. Grayscale: #8F8F8F. Windows color (decimal): -11493896 or 16293200. OLE color: 16293200.
HSL color Cylindrical-coordinate representation of color #509DF8: hue angle of 212.5º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #509DF8 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 157 | 248 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.03 |
| HSL | 212.5º | 0.92% | 0.64% | - |
| HSV(B) | 212.5º | 0.68% | 0.97% | - |
| XYZ | 32.31 | 32.6 | 93.4 | - |
| YUV | 144.35 | 186.49 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 248 | 0.68 | 0.37 | 0 | 0.03 | 212.5 | 0.92 | 0.64 |
| Hex | 50 | 9D | F8 | 44 | 25 | 0 | 3 | D4 | 5C | 40 |
| Octal | 120 | 235 | 370 | 104 | 45 | 0 | 3 | 324 | 134 | 100 |
| Binary | 1010000 | 10011101 | 11111000 | 1000100 | 100101 | 0 | 11 | 11010100 | 1011100 | 1000000 |
Color Harmonies of #509DF8
Complementary color
Monochromatic Colors of #509DF8
Black with #509DF8
Text Example
Text Example
White with #509DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DF8; }
p { color: rgb(80,157,248); }
H1.HeaderClassName
{
color: #509DF8;
}
.AnyTagClassName
{
color: #509DF8;
}
</style>
background-color css
<style>
a { background-color: #509DF8; }
a { background-color: rgb(80,157,248); }
div.DivClassName
{
background-color: #509DF8;
}
.BgClassName
{
background-color: #509DF8;
}
</style>
border-color css
<style>
span { border-color: #509DF8; }
span { border-color: rgb(80,157,248); }
td.TdClassName
{
border-color: #509DF8;
}
.TagClassName
{
border-color: #509DF8;
}
</style>