Shades of Cornflower Blue #509AF8
Tints of Cornflower Blue #509AF8
RGB
CMYK
RGB Variations
Color information
#509AF8 (or 0x509AF8) is known color: Cornflower Blue. HEX triplet: 50, 9A and F8. RGB value is (80,154,248). Sum of RGB (Red+Green+Blue) = 80+154+248=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #509AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AF8 is #AF6507. Grayscale: #8E8E8E. Windows color (decimal): -11494664 or 16292432. OLE color: 16292432.
HSL color Cylindrical-coordinate representation of color #509AF8: hue angle of 213.57º 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 #509AF8 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 154 | 248 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.03 |
| HSL | 213.57º | 0.92% | 0.64% | - |
| HSV(B) | 213.57º | 0.68% | 0.97% | - |
| XYZ | 31.81 | 31.59 | 93.23 | - |
| YUV | 142.59 | 187.48 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 248 | 0.68 | 0.38 | 0 | 0.03 | 213.57 | 0.92 | 0.64 |
| Hex | 50 | 9A | F8 | 44 | 26 | 0 | 3 | D6 | 5C | 40 |
| Octal | 120 | 232 | 370 | 104 | 46 | 0 | 3 | 326 | 134 | 100 |
| Binary | 1010000 | 10011010 | 11111000 | 1000100 | 100110 | 0 | 11 | 11010110 | 1011100 | 1000000 |
Color Harmonies of #509AF8
Complementary color
Monochromatic Colors of #509AF8
Black with #509AF8
Text Example
Text Example
White with #509AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509AF8; }
p { color: rgb(80,154,248); }
H1.HeaderClassName
{
color: #509AF8;
}
.AnyTagClassName
{
color: #509AF8;
}
</style>
background-color css
<style>
a { background-color: #509AF8; }
a { background-color: rgb(80,154,248); }
div.DivClassName
{
background-color: #509AF8;
}
.BgClassName
{
background-color: #509AF8;
}
</style>
border-color css
<style>
span { border-color: #509AF8; }
span { border-color: rgb(80,154,248); }
td.TdClassName
{
border-color: #509AF8;
}
.TagClassName
{
border-color: #509AF8;
}
</style>