Shades of Cornflower Blue #508CF5
Tints of Cornflower Blue #508CF5
RGB
CMYK
RGB Variations
Color information
#508CF5 (or 0x508CF5) is known color: Cornflower Blue. HEX triplet: 50, 8C and F5. RGB value is (80,140,245). Sum of RGB (Red+Green+Blue) = 80+140+245=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #508CF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508CF5 is #AF730A. Grayscale: #858585. Windows color (decimal): -11498251 or 16092240. OLE color: 16092240.
HSL color Cylindrical-coordinate representation of color #508CF5: hue angle of 218.18º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #508CF5 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 140 | 245 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.04 |
| HSL | 218.18º | 0.89% | 0.64% | - |
| HSV(B) | 218.18º | 0.67% | 0.96% | - |
| XYZ | 29.17 | 27.05 | 90.07 | - |
| YUV | 134.03 | 190.62 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 245 | 0.67 | 0.43 | 0 | 0.04 | 218.18 | 0.89 | 0.64 |
| Hex | 50 | 8C | F5 | 43 | 2B | 0 | 4 | DA | 59 | 40 |
| Octal | 120 | 214 | 365 | 103 | 53 | 0 | 4 | 332 | 131 | 100 |
| Binary | 1010000 | 10001100 | 11110101 | 1000011 | 101011 | 0 | 100 | 11011010 | 1011001 | 1000000 |
Color Harmonies of #508CF5
Complementary color
Monochromatic Colors of #508CF5
Black with #508CF5
Text Example
Text Example
White with #508CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CF5; }
p { color: rgb(80,140,245); }
H1.HeaderClassName
{
color: #508CF5;
}
.AnyTagClassName
{
color: #508CF5;
}
</style>
background-color css
<style>
a { background-color: #508CF5; }
a { background-color: rgb(80,140,245); }
div.DivClassName
{
background-color: #508CF5;
}
.BgClassName
{
background-color: #508CF5;
}
</style>
border-color css
<style>
span { border-color: #508CF5; }
span { border-color: rgb(80,140,245); }
td.TdClassName
{
border-color: #508CF5;
}
.TagClassName
{
border-color: #508CF5;
}
</style>