Shades of Cornflower Blue #508AF7
Tints of Cornflower Blue #508AF7
RGB
CMYK
RGB Variations
Color information
#508AF7 (or 0x508AF7) is known color: Cornflower Blue. HEX triplet: 50, 8A and F7. RGB value is (80,138,247). Sum of RGB (Red+Green+Blue) = 80+138+247=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #508AF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508AF7 is #AF7508. Grayscale: #848484. Windows color (decimal): -11498761 or 16222800. OLE color: 16222800.
HSL color Cylindrical-coordinate representation of color #508AF7: hue angle of 219.16º degrees, saturation: 0.91, 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 #508AF7 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 138 | 247 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.03 |
| HSL | 219.16º | 0.91% | 0.64% | - |
| HSV(B) | 219.16º | 0.68% | 0.97% | - |
| XYZ | 29.19 | 26.6 | 91.59 | - |
| YUV | 133.08 | 192.28 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 247 | 0.68 | 0.44 | 0 | 0.03 | 219.16 | 0.91 | 0.64 |
| Hex | 50 | 8A | F7 | 44 | 2C | 0 | 3 | DB | 5B | 40 |
| Octal | 120 | 212 | 367 | 104 | 54 | 0 | 3 | 333 | 133 | 100 |
| Binary | 1010000 | 10001010 | 11110111 | 1000100 | 101100 | 0 | 11 | 11011011 | 1011011 | 1000000 |
Color Harmonies of #508AF7
Complementary color
Monochromatic Colors of #508AF7
Black with #508AF7
Text Example
Text Example
White with #508AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508AF7; }
p { color: rgb(80,138,247); }
H1.HeaderClassName
{
color: #508AF7;
}
.AnyTagClassName
{
color: #508AF7;
}
</style>
background-color css
<style>
a { background-color: #508AF7; }
a { background-color: rgb(80,138,247); }
div.DivClassName
{
background-color: #508AF7;
}
.BgClassName
{
background-color: #508AF7;
}
</style>
border-color css
<style>
span { border-color: #508AF7; }
span { border-color: rgb(80,138,247); }
td.TdClassName
{
border-color: #508AF7;
}
.TagClassName
{
border-color: #508AF7;
}
</style>